TabAction Property (GcNumber)
Gets or sets to determine whether the tab key moves the focus between controls or between fields within the control.
'Declaration
Public Shadows Property TabAction As TabAction
'Usage
Dim instance As GcNumber
Dim value As TabAction
instance.TabAction = value
value = instance.TabAction
Property Value
One of the
TabAction enumeration values. The default is
TabAction.Control.