Enum DropButtonStyle

DropButtonStyle enumeration

Represents the symbol displayed on the drop button.

public enum DropButtonStyle

Values

NameValueDescription
Plain0Displays a button with no symbol.
Arrow1Displays a button with a down arrow.
Ellipsis2Displays a button with an ellipsis (…).
Reduce3Displays a button with a horizontal line like an underscore character.

See Also