'Declaration Public Enum RowSelectorState Inherits System.Enum
'Usage Dim instance As RowSelectorState
public enum RowSelectorState : System.Enum
'Declaration Public Enum RowSelectorState Inherits System.Enum
'Usage Dim instance As RowSelectorState
public enum RowSelectorState : System.Enum
Member | Description |
---|---|
Active | The row header selector is enabled, and currently in use for the row. |
Disabled | The row header selector is enabled, but the Spread control is disabled. |
Editing | The row header selector is enabled, but the Spread control is in edit mode. |
None | The row header selector is not enabled. |
Unused | The row header selector is enabled, but not currently in use for the row. |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Spread.RowSelectorState