C# 클래스 trainer.HotKey

상속: IDisposable
파일 보기 프로젝트 열기: apeape/trainer

공개 메소드들

메소드 설명
Dispose ( ) : void
HotKey ( ModifierKeys modifierKeys, Keys key, IntPtr windowHandle ) : System
HotKey ( ModifierKeys modifierKeys, Keys key, Window window ) : System
HotKey ( ModifierKeys modifierKeys, Keys key, System.Windows.Interop.WindowInteropHelper window ) : System
RegisterHotKey ( ) : void
UnregisterHotKey ( ) : void

비공개 메소드들

메소드 설명
OnHotKeyPressed ( ) : void
ThreadPreprocessMessageMethod ( MSG &msg, bool &handled ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

HotKey() 공개 메소드

public HotKey ( ModifierKeys modifierKeys, Keys key, IntPtr windowHandle ) : System
modifierKeys ModifierKeys
key Keys
windowHandle System.IntPtr
리턴 System

HotKey() 공개 메소드

public HotKey ( ModifierKeys modifierKeys, Keys key, Window window ) : System
modifierKeys ModifierKeys
key Keys
window System.Windows.Window
리턴 System

HotKey() 공개 메소드

public HotKey ( ModifierKeys modifierKeys, Keys key, System.Windows.Interop.WindowInteropHelper window ) : System
modifierKeys ModifierKeys
key Keys
window System.Windows.Interop.WindowInteropHelper
리턴 System

RegisterHotKey() 공개 메소드

public RegisterHotKey ( ) : void
리턴 void

UnregisterHotKey() 공개 메소드

public UnregisterHotKey ( ) : void
리턴 void