[]
Specifies which keys cause the control to lose focus.
public enum ExitKeys
Public Enum ExitKeys
The enumeration variable indicates which key, composite key, or shortcut key causes focus to be lost.
Name | Description |
---|---|
CharInput | Indicates the last character finishes 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 GrapeCity.Win.Spread.InputMan.CellType.GcShortcut.NextControl() KeyAction. |
PreviousControl | Indicates the shortcut key(s) set to GrapeCity.Win.Spread.InputMan.CellType.GcShortcut.PreviousControl() KeyAction. |
Right | Indicates the right arrow key. |
ShiftTab | Indicates the Shift + Tab key. |
Tab | Indicates the Tab key. |