Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RowSelectorState Enumeration


In This Topic
    RowSelectorState Enumeration
    In This Topic
    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
    public enum RowSelectorState : System.Enum 
    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