메소드 | 설명 | |
---|---|---|
Dispose ( ) : void | ||
HotKey ( ) : System | ||
RegisterHotKey ( ModifierKeys modifier, Keys key ) : void |
Registers a hot key in the system.
|
메소드 | 설명 | |
---|---|---|
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. |
리턴 | void |