Click or drag to resize
ProcessKeysEventArgs Properties

The ProcessKeysEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyChar
Gets or sets the character code for the key press.
Public propertyFlags
Gets or sets the flags associated with the key event.
Public propertyHandled
Gets or sets whether that the event was handled.
Public propertyMessage
Gets or sets the system message identified associated with the event.
Public propertyRepCount
Gets or sets the number of times the key was pressed.
Top
See Also