Version

ToolKeyPressEventArgs Class Members

The following tables list the members exposed by ToolKeyPressEventArgs.

Public Constructors
 NameDescription
Public ConstructorToolKeyPressEventArgs ConstructorCreates a new ToolKeyPressEventArgs instance.  
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