C# 클래스 OneNoteJournal.HotKey

상속: IDisposable
파일 보기 프로젝트 열기: richie5um/OneNoteJournal

공개 메소드들

메소드 설명
Dispose ( ) : void
HotKey ( ) : System
RegisterHotKey ( ModifierKeys modifier, Keys key ) : void

Registers a hot key in the system.

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

HotKey() 공개 메소드

public HotKey ( ) : System
리턴 System

RegisterHotKey() 공개 메소드

Registers a hot key in the system.
public RegisterHotKey ( ModifierKeys modifier, Keys key ) : void
modifier ModifierKeys The modifiers that are associated with the hot key.
key Keys The key itself that is associated with the hot key.
리턴 void