C# 클래스 OpenTween.HookGlobalHotkey

상속: System.Windows.Forms.NativeWindow, IDisposable
파일 보기 프로젝트 열기: rhenium/OpenTween 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
HookGlobalHotkey ( Form targetForm ) : System
OnHandleCreated ( Object sender, EventArgs e ) : void
OnHandleDestroyed ( Object sender, EventArgs e ) : void
RegisterOriginalHotkey ( Keys hotkey, int hotkeyValue, ModKeys modifiers ) : bool
UnregisterAllOriginalHotkey ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
WndProc ( Message &m ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

HookGlobalHotkey() 공개 메소드

public HookGlobalHotkey ( Form targetForm ) : System
targetForm System.Windows.Forms.Form
리턴 System

OnHandleCreated() 공개 메소드

public OnHandleCreated ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
리턴 void

OnHandleDestroyed() 공개 메소드

public OnHandleDestroyed ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
리턴 void

RegisterOriginalHotkey() 공개 메소드

public RegisterOriginalHotkey ( Keys hotkey, int hotkeyValue, ModKeys modifiers ) : bool
hotkey Keys
hotkeyValue int
modifiers ModKeys
리턴 bool

UnregisterAllOriginalHotkey() 공개 메소드

public UnregisterAllOriginalHotkey ( ) : void
리턴 void

WndProc() 보호된 메소드

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
리턴 void