C# 클래스 KPFloatingPanel.HotKeyboardHook

상속: IDisposable
파일 보기 프로젝트 열기: mitchcapper/KPFloatingPanel 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
HotKeyboardHook ( ) : System
RegisterHotKey ( ModifierKeys modifier, System.Windows.Forms key ) : void

Registers a hot key in the system.

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

HotKeyboardHook() 공개 메소드

public HotKeyboardHook ( ) : System
리턴 System

RegisterHotKey() 공개 메소드

Registers a hot key in the system.
public RegisterHotKey ( ModifierKeys modifier, System.Windows.Forms key ) : void
modifier ModifierKeys The modifiers that are associated with the hot key.
key System.Windows.Forms The key itself that is associated with the hot key.
리턴 void