C# Класс KPFloatingPanel.HotKeyboardHook

Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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