C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Input Namespace / TabAction Enumeration

TabAction Enumeration
Specifies how the tab key works
Syntax
'Declaration
 
Public Enum TabAction 
   Inherits 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