Bitcoin_QR_Popup.Form1.GlobalHotkey.Register C# (CSharp) Method

Register() public method

public Register ( ) : bool
return bool
            public bool Register()
            {
                return RegisterHotKey(hWnd, id, modifier, key);
            }