C# Class Bitcoin_QR_Popup.Form1.GlobalHotkey

Afficher le fichier Open project: iancoleman/bitcoin-qr-popup

Méthodes publiques

Méthode Description
GetHashCode ( ) : int
GlobalHotkey ( int modifier, Keys key, Form form ) : System
Register ( ) : bool
Unregister ( ) : bool

Private Methods

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

Method Details

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GlobalHotkey() public méthode

public GlobalHotkey ( int modifier, Keys key, Form form ) : System
modifier int
key Keys
form System.Windows.Forms.Form
Résultat System

Register() public méthode

public Register ( ) : bool
Résultat bool

Unregister() public méthode

public Unregister ( ) : bool
Résultat bool