ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Input Namespace / TabAction Enumeration

In This Topic
    TabAction Enumeration
    In This Topic
    Specifies how the tab key works
    Syntax
    'Declaration
     
    Public Enum TabAction 
       Inherits System.Enum
    public enum TabAction : System.Enum 
    Members
    MemberDescription
    ControlUsed to move focus between controls
    FieldUsed to move cursor position between fields in control
    Remarks
    Tab key is to move focus among controls or fields.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Wijmo.Controls.C1Input.TabAction

    See Also