C# Class OneNoteJournal.HotKey

Inheritance: IDisposable
Mostra file Open project: richie5um/OneNoteJournal

Public Methods

Method Description
Dispose ( ) : void
HotKey ( ) : System
RegisterHotKey ( ModifierKeys modifier, Keys key ) : void

Registers a hot key in the system.

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

HotKey() public method

public HotKey ( ) : System
return System

RegisterHotKey() public method

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.
return void