[]
Gets or sets to determine whether the tab key moves the focus between controls or between fields within the control.
public TabAction TabAction { get; set; }
Public Property TabAction As TabAction
Type | Description |
---|---|
TabAction | One of the GrapeCity.Windows.InputMan.TabAction enumeration values. The default is GrapeCity.Windows.InputMan.TabAction.Control. |
This property defines the behavior of GcMask when user hit the tab key. User can navigate the caret among fields or just move focus among controls.
Type | Condition |
---|---|
ArgumentException | The assigned value is not type of GrapeCity.Windows.InputMan.TabAction. |