Click or drag to resize

KeyPressEvent Properties

The KeyPressEvent type exposes the following members.

Properties
  NameDescription
Public propertyKeyChar
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.
Top
See Also