Share via


KeyEvent Enum

Definition

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.

Applies to