The properties of System.Windows.Forms.KeyPressEventArgs are listed below. For a list of all members, see the KeyPressEventArgs Members list.
See Also: Inherited members from System.EventArgs
Handled | bool.
Gets or sets a value indicating whether the Control.KeyPress event was handled. | |
KeyChar | char.
Gets or sets the character corresponding to the key pressed. |