Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RowSelectorState Enumeration


RowSelectorState Enumeration
Specifies the state of the row header selector for the current selected row, so the row renderer knows which row header selector image to draw.
Syntax
'Declaration
 
Public Enum RowSelectorState 
   Inherits System.Enum
 
'Usage
 
Dim instance As RowSelectorState
Members
MemberDescription
ActiveThe row header selector is enabled, and currently in use for the row.
DisabledThe row header selector is enabled, but the Spread control is disabled.
EditingThe row header selector is enabled, but the Spread control is in edit mode.
NoneThe row header selector is not enabled.
UnusedThe row header selector is enabled, but not currently in use for the row.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.RowSelectorState

See Also