C# Class KPFloatingPanel.HotKeyboardHook

Inheritance: IDisposable
Afficher le fichier Open project: mitchcapper/KPFloatingPanel Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
HotKeyboardHook ( ) : System
RegisterHotKey ( ModifierKeys modifier, System.Windows.Forms key ) : void

Registers a hot key in the system.

Private Methods

Méthode Description
RegisterHotKey ( IntPtr hWnd, int id, uint fsModifiers, uint vk ) : bool
UnregisterHotKey ( IntPtr hWnd, int id ) : bool

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

HotKeyboardHook() public méthode

public HotKeyboardHook ( ) : System
Résultat System

RegisterHotKey() public méthode

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.
Résultat void