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

Unregister() public method

public Unregister ( ) : bool
return bool
            public bool Unregister()
            {
                return UnregisterHotKey(hWnd, id);
            }