KeyEvent 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.
Enumerates the possible types for the most recent key event.
public enum KeyEvent
type KeyEvent =
Public Enum KeyEvent
- Inheritance
-
KeyEvent
Fields
Name | Value | Description |
---|---|---|
Down | 1 | The key was pressed. |
Up | 2 | The key was released. |