Méthode | Description | |
---|---|---|
Dispose ( ) : void | ||
HookGlobalHotkey ( |
||
OnHandleCreated ( Object sender, |
||
OnHandleDestroyed ( Object sender, |
||
RegisterOriginalHotkey ( Keys hotkey, int hotkeyValue, ModKeys modifiers ) : bool | ||
UnregisterAllOriginalHotkey ( ) : void |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
WndProc ( |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public HookGlobalHotkey ( |
||
targetForm | ||
Résultat | System |
public OnHandleCreated ( Object sender, |
||
sender | Object | |
e | ||
Résultat | void |
public OnHandleDestroyed ( Object sender, |
||
sender | Object | |
e | ||
Résultat | void |
public RegisterOriginalHotkey ( Keys hotkey, int hotkeyValue, ModKeys modifiers ) : bool | ||
hotkey | Keys | |
hotkeyValue | int | |
modifiers | ModKeys | |
Résultat | bool |
public UnregisterAllOriginalHotkey ( ) : void | ||
Résultat | void |
protected WndProc ( |
||
m | ||
Résultat | void |