KeyPressEvent Properties |
The KeyPressEvent type exposes the following members.
Name | Description | |
---|---|---|
KeyChar |
Gets the character corresponding to the key pressed.
Remarks
The ASCII character that is composed. For example, if the user presses SHIFT
+ K, this property returns an uppercase K.
|