C# Class Bitcoin_QR_Popup.Form1.GlobalHotkey

Show file Open project: iancoleman/bitcoin-qr-popup

Public Methods

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

Private Methods

Method Description
RegisterHotKey ( IntPtr hWnd, int id, int fsModifiers, int vk ) : bool
UnregisterHotKey ( IntPtr hWnd, int id ) : bool

Method Details

GetHashCode() public method

public GetHashCode ( ) : int
return int

GlobalHotkey() public method

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

Register() public method

public Register ( ) : bool
return bool

Unregister() public method

public Unregister ( ) : bool
return bool