'Declaration <FlagsAttribute()> Public Enum ControlState Inherits System.Enum
'Usage Dim instance As ControlState
[Flags()] public enum ControlState : System.Enum
'Declaration <FlagsAttribute()> Public Enum ControlState Inherits System.Enum
'Usage Dim instance As ControlState
[Flags()] public enum ControlState : System.Enum
Member | Description |
---|---|
Disabled | The state of control is disabled. |
Hot | The state of control is hot. |
Normal | The state of control is normal. |
Pressed | The state of control is pressed. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.FormControls.ControlState