'Declaration
Public Enum ButtonState Inherits System.Enum
'Usage
Dim instance As ButtonState
public enum ButtonState : System.Enum
'Declaration
Public Enum ButtonState Inherits System.Enum
'Usage
Dim 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