Méthode | Description | |
---|---|---|
RegisterHotKey ( HotKeys hotKeys ) : bool |
Registers a HotKey in the system.
|
|
Start ( ThreadExceptionEventHandler exceptionEventHandler = null ) : void |
Star the Adapter thread
|
|
Stop ( ) : void |
Stop the adapter thread
|
|
UnRegisterHotKey ( HotKeys hotKeys ) : bool |
Unregister a registered HotKey
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
SetVisibleCore ( bool value ) : void | ||
WndProc ( |
Méthode | Description | |
---|---|---|
ConvertLParam ( |
To avoid overflow on 64 bit platform use this method
|
|
EndForm ( ) : void | ||
ProcessHotKeyEvent ( |
||
RunForm ( ) : void | ||
WindowsAPIAdapter ( ) : System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public static RegisterHotKey ( HotKeys hotKeys ) : bool | ||
hotKeys | HotKeys | Represent the hotkey to register |
Résultat | bool |
protected SetVisibleCore ( bool value ) : void | ||
value | bool | |
Résultat | void |
public static Start ( ThreadExceptionEventHandler exceptionEventHandler = null ) : void | ||
exceptionEventHandler | ThreadExceptionEventHandler | |
Résultat | void |
public static UnRegisterHotKey ( HotKeys hotKeys ) : bool | ||
hotKeys | HotKeys | |
Résultat | bool |
protected WndProc ( |
||
m | ||
Résultat | void |