The HotKeyEventArgs type exposes the following members.

Constructors

  NameDescription
HotKeyEventArgs
Initializes a new instance of the class.

Methods

  NameDescription
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
ToString (Inherited from Object.)

Properties

  NameDescription
Alt
Alt modifier.
Control
Control modifier.
ID
Hot key identifier, returned by RegisterKey.
Key
Hot key.
Shift
Shift modifier.
Win
Win modifier.

See Also