Enum ShowDropButtonType

ShowDropButtonType enumeration

Specifies when to show the drop button

public enum ShowDropButtonType

Values

NameValueDescription
Never0Never show the drop button.
Focus1Show the drop button when the control has the focus.
Always2Always show the drop button.

See Also