Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / TabAction Enumeration


In This Topic
    TabAction Enumeration
    In This Topic
    Specifies how the tab key works.
    Syntax
    'Declaration
     
    <SerializableAttribute()>
    Public Enum TabAction 
       Inherits System.Enum
    'Usage
     
    Dim instance As TabAction
    [Serializable()]
    public enum TabAction : System.Enum 
    Members
    MemberDescription
    ControlUsed to move focus between controls.
    FieldUsed to move cursor position between fields in control.
    Remarks
    Tab key is to move focus among controls or fields.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Wpf.SpreadSheet.CellType.Editors.TabAction

    See Also