'DeclarationPublic Enum ButtonState Inherits System.Enum
'UsageDim instance As ButtonState
public enum ButtonState : System.Enum
'DeclarationPublic Enum ButtonState Inherits System.Enum
'UsageDim instance As ButtonState
public enum ButtonState : System.Enum
| Member | Description |
|---|---|
| Disabled | The state of button is disabled. |
| Hot | The state of button is hot. |
| Normal | The state of button is normal. |
| Pressed | The state of button is pressed. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.FormControls.ButtonState