KeyHandlerGroup Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A group used for sorting key handlers.
public enum KeyHandlerGroup
type KeyHandlerGroup =
Public Enum KeyHandlerGroup
- Inheritance
-
KeyHandlerGroup
Fields
Name | Value | Description |
---|---|---|
Basic | 0 | Basic editing functions |
CursorMovement | 1 | Cursor movement functions |
History | 2 | History functions |
Completion | 3 | Completion functions |
Miscellaneous | 4 | Miscellaneous functions |
Selection | 5 | Selection functions |
Search | 6 | Search functions |
Custom | 7 | User defined functions |