C# 클래스 Silky_Shark.Hotkey

상속: IMessageFilter, IDisposable
파일 보기 프로젝트 열기: stoicshark/silkyshark 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
GetModifiers ( Keys keydata, Keys &key ) : KeyModifiers
Hotkey ( IntPtr handle, int id, KeyModifiers modifiers, Keys key ) : System
PreFilterMessage ( Message &m ) : bool

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

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

GetModifiers() 공개 정적인 메소드

public static GetModifiers ( Keys keydata, Keys &key ) : KeyModifiers
keydata Keys
key Keys
리턴 KeyModifiers

Hotkey() 공개 메소드

public Hotkey ( IntPtr handle, int id, KeyModifiers modifiers, Keys key ) : System
handle System.IntPtr
id int
modifiers KeyModifiers
key Keys
리턴 System

PreFilterMessage() 공개 메소드

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