Method | Description | |
---|---|---|
ProcessHotKey ( |
||
Regist ( IntPtr hWnd, int modifiers, Keys vk, HotKeyCallBackHanlder callBack ) : void | ||
UnRegist ( IntPtr hWnd, HotKeyCallBackHanlder callBack ) : void |
Method | Description | |
---|---|---|
RegisterHotKey ( IntPtr hWnd, int id, int modifiers, Keys vk ) : bool | ||
UnregisterHotKey ( IntPtr hWnd, int id ) : bool |
public ProcessHotKey ( |
||
m | ||
return | void |
public Regist ( IntPtr hWnd, int modifiers, Keys vk, HotKeyCallBackHanlder callBack ) : void | ||
hWnd | IntPtr | |
modifiers | int | |
vk | Keys | |
callBack | HotKeyCallBackHanlder | |
return | void |
public UnRegist ( IntPtr hWnd, HotKeyCallBackHanlder callBack ) : void | ||
hWnd | IntPtr | |
callBack | HotKeyCallBackHanlder | |
return | void |