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


In This Topic
    ExitKey Enumeration
    In This Topic
    Specifies what key makes keyboard focus leave control.
    Syntax
    'Declaration
     
    Public Enum ExitKey 
       Inherits System.Enum
    'Usage
     
    Dim instance As ExitKey
    public enum ExitKey : System.Enum 
    Members
    MemberDescription
    CharInputIndicates the last character finished the input.
    CtrlLeftIndicates the Ctrl + Left arrow.
    CtrlRightIndicates the Ctrl + Right arrow.
    LeftIndicates the left arrow key.
    NextControlIndicates the shortcut key(s) set to NextControl KeyAction.
    PreviousControlIndicates the shortcut key(s) set to PreviousControl KeyAction.
    RightIndicates the right arrow key.
    ShiftTabIndicates the Shift + Tab key.
    TabIndicates the Tab key
    Remarks
    The enumeration value indicates the key gesture which lead to lose keyboard focus.
    Inheritance Hierarchy

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

    See Also