C# Class GlobalHotKey.Internal.WinApi

Contains imported Win32 API functions, constants and helper methods.
Afficher le fichier Open project: kirmir/GlobalHotKey

Méthodes publiques

Свойство Type Description
WmHotKey int

Méthodes publiques

Méthode Description
RegisterHotKey ( IntPtr handle, int id, Key key, ModifierKeys modifiers ) : bool

Registers a system-wide hot key.

Private Methods

Méthode Description
RegisterHotKey ( IntPtr handle, int id, uint modifiers, uint virtualCode ) : bool
UnregisterHotKey ( IntPtr handle, int id ) : bool

Method Details

RegisterHotKey() public static méthode

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

Property Details

WmHotKey public_oe static_oe property

The message code posted when the user presses a hot key.
public static int WmHotKey
Résultat int