ComponentOne List for WinForms
C1.Win.C1List Namespace / TabActionEnum Enumeration

In This Topic
    TabActionEnum Enumeration
    In This Topic
    Specifies how focus is handled when the Tab key is entered.
    Syntax
    'Declaration
     
    
    Public Enum TabActionEnum 
       Inherits System.Enum
    public enum TabActionEnum : System.Enum 
    Members
    MemberDescription
    ColumnNavigationThe tab key moves the current cell to the next or previous column. However, if this action would cause the current row to change, then the next or previous control on the form receives focus.
    ControlNavigationThe tab key moves to the next or previous control on the form.
    GridNavigationThe tab key moves the current cell to the next or previous column.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1List.TabActionEnum

    See Also