Click or drag to resize

KeyTypedEventArgs Properties

The KeyTypedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyKeyChar
Gets or sets the character associated with this event.
(Inherited from KeyCharEventArgs.)
Public propertyModifiers
Gets or sets the key modifiers.
(Inherited from KeyEventArgs.)
Public propertyVirtualKey
Gets or sets the virtual key code.
(Inherited from KeyEventArgs.)
Top
See Also