[]
Gets or sets a value 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 determines the caret jump action when user hit the Tab key.
Type | Condition |
---|---|
ArgumentException | The assigned value is not valid GrapeCity.Windows.InputMan.TabAction. |