TabAction Property (GcMaskCellType)
In This Topic
Gets or sets 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 GcMaskCellType
Dim value As TabAction
instance.TabAction = value
value = instance.TabAction
public TabAction TabAction {get; set;}
Property Value
One of the
GrapeCity.Win.Spread.InputMan.CellTypeEditorControl.TabAction enumeration values. The default is
TabAction.Control.
See Also