System.Windows.Forms.KeyPressEventArgs Members

The members of System.Windows.Forms.KeyPressEventArgs are listed below.

See Also: Inherited members from System.EventArgs

Public Constructors

Initializes a new instance of the System.Windows.Forms.KeyPressEventArgs class.

Public Properties

Handledbool.

Gets or sets a value indicating whether the Control.KeyPress event was handled.

KeyCharchar.

Gets or sets the character corresponding to the key pressed.