The HotKeyEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| HotKeyEventArgs |
Initializes a new instance of the class.
|
Methods
| Name | Description | |
|---|---|---|
| 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
| Name | Description | |
|---|---|---|
| Alt |
Alt modifier.
| |
| Control |
Control modifier.
| |
| ID |
Hot key identifier, returned by RegisterKey.
| |
| Key |
Hot key.
| |
| Shift |
Shift modifier.
| |
| Win |
Win modifier.
|