Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcMask Class / TabAction Property


In This Topic
    TabAction Property (GcMask)
    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 Property TabAction As TabAction
    'Usage
     
    Dim instance As GcMask
    Dim value As TabAction
     
    instance.TabAction = value
     
    value = instance.TabAction
    public TabAction TabAction {get; set;}

    Property Value

    One of the GrapeCity.Windows.InputMan.TabAction enumeration values. The default is GrapeCity.Windows.InputMan.TabAction.Control.
    Exceptions
    ExceptionDescription
    The assigned value is not type of GrapeCity.Windows.InputMan.TabAction.
    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.
    See Also