C# Class Interaction.HotKeyManager

Show file Open project: mikhailshilkov/FsPokerLogic

Public Methods

Method Description
RegisterHotKey ( Keys key, KeyModifiers modifiers ) : int
UnregisterHotKey ( int id ) : void

Private Methods

Method Description
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

Method Details

RegisterHotKey() public static method

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

UnregisterHotKey() public static method

public static UnregisterHotKey ( int id ) : void
id int
return void