C# 클래스 Interaction.HotKeyManager

파일 보기 프로젝트 열기: mikhailshilkov/FsPokerLogic

공개 메소드들

메소드 설명
RegisterHotKey ( Keys key, KeyModifiers modifiers ) : int
UnregisterHotKey ( int id ) : void

비공개 메소드들

메소드 설명
HotKeyManager ( ) : System
OnHotKeyPressed ( HotKeyEventArgs e ) : void
RegisterHotKey ( IntPtr hWnd, int id, uint fsModifiers, uint vk ) : bool
RegisterHotKeyInternal ( IntPtr hwnd, int id, uint modifiers, uint key ) : void
UnRegisterHotKeyInternal ( IntPtr hwnd, int id ) : void
UnregisterHotKey ( IntPtr hWnd, int id ) : bool

메소드 상세

RegisterHotKey() 공개 정적인 메소드

public static RegisterHotKey ( Keys key, KeyModifiers modifiers ) : int
key Keys
modifiers KeyModifiers
리턴 int

UnregisterHotKey() 공개 정적인 메소드

public static UnregisterHotKey ( int id ) : void
id int
리턴 void