Version

ToolKeyEventArgs Class Members

The following tables list the members exposed by ToolKeyEventArgs.

Public Constructors
 NameDescription
Public ConstructorToolKeyEventArgs ConstructorCreates a new ToolKeyEventArgs instance.  
Public Properties
 NameDescription
Public PropertyAltGets a value indicating whether the ALT key was pressed. (Inherited from System.Windows.Forms.KeyEventArgs)
Public PropertyControlGets a value indicating whether the CTRL key was pressed. (Inherited from System.Windows.Forms.KeyEventArgs)
Public PropertyHandledGets or sets a value indicating whether the event was handled. (Inherited from System.Windows.Forms.KeyEventArgs)
Public PropertyKeyCodeGets the keyboard code for a System.Windows.Forms.Control.KeyDown or System.Windows.Forms.Control.KeyUp event. (Inherited from System.Windows.Forms.KeyEventArgs)
Public PropertyKeyDataGets the key data for a System.Windows.Forms.Control.KeyDown or System.Windows.Forms.Control.KeyUp event. (Inherited from System.Windows.Forms.KeyEventArgs)
Public PropertyKeyValueGets the keyboard value for a System.Windows.Forms.Control.KeyDown or System.Windows.Forms.Control.KeyUp event. (Inherited from System.Windows.Forms.KeyEventArgs)
Public PropertyModifiersGets the modifier flags for a System.Windows.Forms.Control.KeyDown or System.Windows.Forms.Control.KeyUp event. The flags indicate which combination of CTRL, SHIFT, and ALT keys was pressed. (Inherited from System.Windows.Forms.KeyEventArgs)
Public PropertyShiftGets a value indicating whether the SHIFT key was pressed. (Inherited from System.Windows.Forms.KeyEventArgs)
Public PropertySuppressKeyPressGets or sets a value indicating whether the key event should be passed on to the underlying control. (Inherited from System.Windows.Forms.KeyEventArgs)
Public PropertyToolThe tool.  
See Also