C# Class Interaction.HotKeyManager

Afficher le fichier Open project: mikhailshilkov/FsPokerLogic

Méthodes publiques

Méthode Description
RegisterHotKey ( Keys key, KeyModifiers modifiers ) : int
UnregisterHotKey ( int id ) : void

Private Methods

Méthode 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 méthode

public static RegisterHotKey ( Keys key, KeyModifiers modifiers ) : int
key Keys
modifiers KeyModifiers
Résultat int

UnregisterHotKey() public static méthode

public static UnregisterHotKey ( int id ) : void
id int
Résultat void