Click or drag to resize

E3DKeyEventArgs Class

[Missing <summary> documentation for "T:Demo3D.Common.E3DKeyEventArgs"]

Inheritance Hierarchy
SystemObject
  Demo3D.CommonE3DKeyEventArgs

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 18.04.00
Syntax
C#
public class E3DKeyEventArgs

The E3DKeyEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodE3DKeyEventArgs
Initializes a new instance of the E3DKeyEventArgs class.
Top
Properties
  NameDescription
Public propertyAlt
Gets a value indicating whether the ALT key was pressed.
Public propertyControl
Gets a value indicating whether the CTRL key was pressed.
Public propertyHandled
Gets or sets a value indicating whether the event was handled.
Public propertyKeyCode
Gets the keyboard code for the event.
Public propertyKeyData
Gets the key data for the event.
Public propertyKeyValue
Gets the keyboard value for the event.
Public propertyModifiers
Gets the modifier flags for a the event. This indicates which modifier keys (CTRL, SHIFT, and/or ALT) were pressed.
Public propertyShift
Gets a value indicating whether the SHIFT key was pressed.
Top
See Also