Specifies the key direction up/down

C# | Visual Basic | Visual C++ |
public enum KeyEventType
Public Enumeration KeyEventType
public enum class KeyEventType

Member | Description |
---|---|
KeyUp |
Key up
|
KeyDown |
Key down
|