KeyboardKeyFunc.Function 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.
Possible functionality for a button.
public: enum class KeyboardKeyFunc::Function
public enum KeyboardKeyFunc.Function
type KeyboardKeyFunc.Function =
Public Enum KeyboardKeyFunc.Function
- Inheritance
-
KeyboardKeyFunc.Function
Fields
Name | Value | Description |
---|---|---|
Enter | 0 | |
Tab | 1 | |
ABC | 2 | |
Symbol | 3 | |
Previous | 4 | |
Next | 5 | |
Close | 6 | |
Dictate | 7 | |
Shift | 8 | |
CapsLock | 9 | |
Space | 10 | |
Backspace | 11 | |
UNDEFINED | 12 |