C# 클래스 MovablePython.Hotkey

파일 보기 프로젝트 열기: brightideainc/TSTool 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : Hotkey
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 ( IntPtr hWnd, int id, uint fsModifiers, Keys vk ) : int
Reregister ( ) : void
UnregisterHotKey ( IntPtr hWnd, int id ) : int

메소드 상세

Clone() 공개 메소드

public Clone ( ) : Hotkey
리턴 Hotkey

GetCanRegister() 공개 메소드

public GetCanRegister ( Control windowControl ) : bool
windowControl Control
리턴 bool

Hotkey() 공개 메소드

public Hotkey ( ) : System
리턴 System

Hotkey() 공개 메소드

public Hotkey ( Keys keyCode, bool shift, bool control, bool alt, bool windows ) : System
keyCode Keys
shift bool
control bool
alt bool
windows bool
리턴 System

PreFilterMessage() 공개 메소드

public PreFilterMessage ( Message &message ) : bool
message Message
리턴 bool

Register() 공개 메소드

public Register ( Control windowControl ) : bool
windowControl Control
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Unregister() 공개 메소드

public Unregister ( ) : void
리턴 void