ShowDropButtonType

ShowDropButtonType enumeration

Specifies when to show the drop button

public enum ShowDropButtonType

Values

Name Value Description
Never 0 Never show the drop button.
Focus 1 Show the drop button when the control has the focus.
Always 2 Always show the drop button.

See Also