Version 24.2 (latest)

ToolKeyPressEventArgs Class Properties

For a list of all members of this type, see ToolKeyPressEventArgs members.

Public Properties
 NameDescription
Public PropertyHandledGets or sets a value indicating whether the System.Windows.Forms.Control.KeyPress event was handled. (Inherited from System.Windows.Forms.KeyPressEventArgs)
Public PropertyKeyCharGets or sets the character corresponding to the key pressed. (Inherited from System.Windows.Forms.KeyPressEventArgs)
Public PropertyToolThe tool.  
See Also