Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumber Class / TabAction Property


In This Topic
TabAction Property (GcNumber)
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 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.
Remarks
This property is not relevant for this class
See Also