메소드 | 설명 | |
---|---|---|
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
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void | ||
SetVisibleCore ( bool value ) : void | ||
WndProc ( |
메소드 | 설명 | |
---|---|---|
ConvertLParam ( |
To avoid overflow on 64 bit platform use this method
|
|
EndForm ( ) : void | ||
ProcessHotKeyEvent ( |
||
RunForm ( ) : void | ||
WindowsAPIAdapter ( ) : System |
public static RegisterHotKey ( HotKeys hotKeys ) : bool | ||
hotKeys | HotKeys | Represent the hotkey to register |
리턴 | bool |
public static Start ( ThreadExceptionEventHandler exceptionEventHandler = null ) : void | ||
exceptionEventHandler | ThreadExceptionEventHandler | |
리턴 | void |
public static UnRegisterHotKey ( HotKeys hotKeys ) : bool | ||
hotKeys | HotKeys | |
리턴 | bool |