C# Класс GlobalHotKey.Internal.WinApi

Contains imported Win32 API functions, constants and helper methods.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
WmHotKey int

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

Метод Описание
RegisterHotKey ( IntPtr handle, int id, Key key, ModifierKeys modifiers ) : bool

Registers a system-wide hot key.

Приватные методы

Метод Описание
RegisterHotKey ( IntPtr handle, int id, uint modifiers, uint virtualCode ) : bool
UnregisterHotKey ( IntPtr handle, int id ) : bool

Описание методов

RegisterHotKey() публичный статический Метод

Registers a system-wide hot key.
public static RegisterHotKey ( IntPtr handle, int id, Key key, ModifierKeys modifiers ) : bool
handle System.IntPtr The handle of the window that will process hot key messages.
id int The hot key ID.
key Key The key.
modifiers ModifierKeys The key modifiers.
Результат bool

Описание свойств

WmHotKey публичное статическое свойство

The message code posted when the user presses a hot key.
public static int WmHotKey
Результат int