Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumberCellType Class / TabAction Property


In This Topic
    TabAction Property (GcNumberCellType)
    In This Topic
    Gets or sets whether the tab key moves the focus between controls or between fields within the control.
    Syntax
    'Declaration
     
    
    Public Shadows Property TabAction As TabAction
    'Usage
     
    
    Dim instance As GcNumberCellType
    Dim value As TabAction
     
    instance.TabAction = value
     
    value = instance.TabAction
    public new TabAction TabAction {get; set;}
    Remarks
    This property is not supported with GcNumberCellType.
    See Also