The HotKeys type exposes the following members.
Constructors
Name | Description | |
---|---|---|
HotKeys |
Creates and initializes the object instance.
|
Methods
Name | Description | |
---|---|---|
CreateObjRef | (Inherited from MarshalByRefObject.) | |
Dispose | Overloaded. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Component.) | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetService | (Inherited from Component.) | |
GetType | (Inherited from Object.) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
MemberwiseClone | Overloaded. | |
OnHotKeyPressed |
Called internally when hot key is pressed. By default just fires HotKeyPressed event.
| |
RegisterKey |
Registers new hot key.
| |
ToString | (Inherited from Component.) | |
UnregisterKey |
Unregisters hot key.
|
Properties
Name | Description | |
---|---|---|
About |
Shows version information and displays about box.
| |
CanRaiseEvents | (Inherited from Component.) | |
Container | (Inherited from Component.) | |
DesignMode | (Inherited from Component.) | |
Events | (Inherited from Component.) | |
Site | (Inherited from Component.) |
Events
Name | Description | |
---|---|---|
Disposed | (Inherited from Component.) | |
HotKeyPressed |
Occurs when hot key is pressed.
|