Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumberEditingControl Class / TabAction Property


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

    Property Value

    One of the TabAction enumeration values. The default is TabAction.Control.
    Remarks
    This property is not relevant for this class
    See Also