'Declaration Public Enum CheckState Inherits System.Enum
'Usage Dim instance As CheckState
public enum CheckState : System.Enum
'Declaration Public Enum CheckState Inherits System.Enum
'Usage Dim instance As CheckState
public enum CheckState : System.Enum
Member | Description |
---|---|
Checked | The control is checked. |
Indeterminate | The control is indeterminate. An indeterminate control generally has a shaded appearance. |
Unchecked | The control is unchecked. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.FormControls.CheckState