Method | Description | |
---|---|---|
Dispose ( ) : void | ||
HotkeyHook ( ) : System | ||
RegisterHotKey ( ModifierKeys modifier, Keys key ) : void |
Регистрация хоткея в системе
|
|
UnregisterHotKeys ( ) : void |
Дерегистрация всех хоткеев
|
public RegisterHotKey ( ModifierKeys modifier, Keys key ) : void | ||
modifier | ModifierKeys | Модификатор хоткея. |
key | Keys | Клавиша хоткея. |
return | void |