[]
Specifies the visibility of side buttons.
public enum ButtonVisibility
Public Enum ButtonVisibility
The members of this enumeration allow users to set the timing of spin and drop-down button visibility.
Name | Description |
---|---|
NotShown | Side buttons are not shown. |
ShowAlways | Side buttons are always shown. |
ShowOnFocus | Side buttons are shown when the button container gets focus. |