메소드 | 설명 | |
---|---|---|
Clone ( ) : |
||
GetCanRegister ( Control windowControl ) : bool | ||
Hotkey ( ) : System | ||
Hotkey ( Keys keyCode, bool shift, bool control, bool alt, bool windows ) : System | ||
PreFilterMessage ( Message &message ) : bool | ||
Register ( Control windowControl ) : bool | ||
ToString ( ) : string | ||
Unregister ( ) : void |
메소드 | 설명 | |
---|---|---|
OnPressed ( ) : bool | ||
RegisterHotKey ( |
||
Reregister ( ) : void | ||
UnregisterHotKey ( |
public GetCanRegister ( Control windowControl ) : bool | ||
windowControl | Control | |
리턴 | bool |
public Hotkey ( Keys keyCode, bool shift, bool control, bool alt, bool windows ) : System | ||
keyCode | Keys | |
shift | bool | |
control | bool | |
alt | bool | |
windows | bool | |
리턴 | System |
public PreFilterMessage ( Message &message ) : bool | ||
message | Message | |
리턴 | bool |