C# 클래스 Bitcoin_QR_Popup.Form1.GlobalHotkey

파일 보기 프로젝트 열기: iancoleman/bitcoin-qr-popup

공개 메소드들

메소드 설명
GetHashCode ( ) : int
GlobalHotkey ( int modifier, Keys key, Form form ) : System
Register ( ) : bool
Unregister ( ) : bool

비공개 메소드들

메소드 설명
RegisterHotKey ( IntPtr hWnd, int id, int fsModifiers, int vk ) : bool
UnregisterHotKey ( IntPtr hWnd, int id ) : bool

메소드 상세

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GlobalHotkey() 공개 메소드

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

Register() 공개 메소드

public Register ( ) : bool
리턴 bool

Unregister() 공개 메소드

public Unregister ( ) : bool
리턴 bool