[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.ExitKey

ExitKey Enum

Specifies what key makes keyboard focus leave control.

Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public enum ExitKey
Public Enum ExitKey
Remarks

The enumeration value indicates the key gesture which lead to lose keyboard focus.

Fields

Name Description
CharInput

Indicates the last character finished the input.

CtrlLeft

Indicates the Ctrl + Left arrow.

CtrlRight

Indicates the Ctrl + Right arrow.

Left

Indicates the left arrow key.

NextControl

Indicates the shortcut key(s) set to NextControl KeyAction.

PreviousControl

Indicates the shortcut key(s) set to PreviousControl KeyAction.

Right

Indicates the right arrow key.

ShiftTab

Indicates the Shift + Tab key.

Tab

Indicates the Tab key