[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControlCellType.TabAction

TabAction Property

TabAction

Gets or sets whether the tab key moves the focus between controls or between fields within the control.

Declaration
public TabAction TabAction { get; set; }
Public Property TabAction As TabAction
Property Value
Type Description
TabAction

One of the GrapeCity.Win.Spread.InputMan.CellTypeEditorControl.TabAction enumeration values. The default is Control.

Remarks

The caret moves to the next field when this property is Field. If the caret is in the last field, the input focus leaves this control when pressing the Tab key. If the value is Control, the behavior is the same as the standard control.