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


In This Topic
TabAction Property (FieldsEditorControlCellType)
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 FieldsEditorControlCellType
Dim value As TabAction
 
instance.TabAction = value
 
value = instance.TabAction

Property Value

One of the GrapeCity.Win.Spread.InputMan.CellTypeEditorControl.TabAction enumeration values. The default is TabAction.Control.
Remarks
The caret moves to the next field when this property is TabAction.Field. If the caret is in the last field, the input focus leaves this control when pressing the Tab key. If the value is TabAction.Control, the behavior is the same as the standard control.
See Also