C# 클래스 TpTrayUtility.HotKey

상속: IMessageFilter
파일 보기 프로젝트 열기: TargetProcess/Tp.TrayUtility 1 사용 예제들

공개 메소드들

메소드 설명
CanRegistred ( Keys _key, KeyModifiers _modifier ) : bool
HotKey ( IntPtr h, int _keyID, Keys _key, KeyModifiers _modifier, EventHandler hotKeyPressed ) : System
HotKey ( int _keyID, Keys _key, KeyModifiers _modifier, EventHandler hotKeyPressed ) : System
PreFilterMessage ( Message &m ) : bool
Start ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
ReRegisterHotKey ( ) : void
RegisterHotKey ( IntPtr hWnd, int id, KeyModifiers fsModifiers, Keys vk ) : bool
RegisterHotKey ( Keys _key, KeyModifiers _modifier ) : bool
Run ( bool p ) : void
UnregisterHotKey ( IntPtr hWnd, int id ) : bool

메소드 상세

CanRegistred() 공개 메소드

public CanRegistred ( Keys _key, KeyModifiers _modifier ) : bool
_key Keys
_modifier KeyModifiers
리턴 bool

HotKey() 공개 메소드

public HotKey ( IntPtr h, int _keyID, Keys _key, KeyModifiers _modifier, EventHandler hotKeyPressed ) : System
h System.IntPtr
_keyID int
_key Keys
_modifier KeyModifiers
hotKeyPressed EventHandler
리턴 System

HotKey() 공개 메소드

public HotKey ( int _keyID, Keys _key, KeyModifiers _modifier, EventHandler hotKeyPressed ) : System
_keyID int
_key Keys
_modifier KeyModifiers
hotKeyPressed EventHandler
리턴 System

PreFilterMessage() 공개 메소드

public PreFilterMessage ( Message &m ) : bool
m System.Windows.Forms.Message
리턴 bool

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void