TabAction Property (GcMask)
In This Topic
Gets or sets to determine whether the tab key moves the focus between controls or between fields within the control.
Syntax
'Declaration
Public Property TabAction As TabAction
'Usage
Dim instance As GcMask
Dim value As TabAction
instance.TabAction = value
value = instance.TabAction
public TabAction TabAction {get; set;}
Property Value
One of the
GrapeCity.Windows.InputMan.TabAction enumeration values. The default is
GrapeCity.Windows.InputMan.TabAction.Control.
Exceptions
See Also