[]
Specifies what key makes keyboard focus leave control.
public enum ExitKey
Public Enum ExitKey
The enumeration value indicates the key gesture which lead to lose keyboard focus.
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 |