[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.TabAction

TabAction Property

TabAction

Gets or sets to determine 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.Windows.InputMan.TabAction enumeration values. The default is GrapeCity.Windows.InputMan.TabAction.Control.

Remarks

This property defines the behavior of GcMask when user hit the tab key. User can navigate the caret among fields or just move focus among controls.

Exceptions
Type Condition
ArgumentException

The assigned value is not type of GrapeCity.Windows.InputMan.TabAction.