Method | Description | |
---|---|---|
Dispose ( ) : void | ||
HotKey ( ) : System | ||
RegisterHotKey ( ModifierKeys modifier, Keys key ) : void |
Registers a hot key in the system.
|
Method | Description | |
---|---|---|
RegisterHotKey ( |
||
UnregisterHotKey ( |
public RegisterHotKey ( ModifierKeys modifier, Keys key ) : void | ||
modifier | ModifierKeys | The modifiers that are associated with the hot key. |
key | Keys | The key itself that is associated with the hot key. |
return | void |