C# Class Silky_Shark.Hotkey

Inheritance: IMessageFilter, IDisposable
显示文件 Open project: stoicshark/silkyshark Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GetModifiers ( Keys keydata, Keys &key ) : KeyModifiers
Hotkey ( IntPtr handle, int id, KeyModifiers modifiers, Keys key ) : System
PreFilterMessage ( Message &m ) : bool

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
RegisterHotKey ( IntPtr hWnd, int id, KeyModifiers fsModifiers, Keys vk ) : bool
RegisterHotKey ( ) : void
UnregisterHotKey ( IntPtr hWnd, int id ) : bool

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetModifiers() public static method

public static GetModifiers ( Keys keydata, Keys &key ) : KeyModifiers
keydata Keys
key Keys
return KeyModifiers

Hotkey() public method

public Hotkey ( IntPtr handle, int id, KeyModifiers modifiers, Keys key ) : System
handle System.IntPtr
id int
modifiers KeyModifiers
key Keys
return System

PreFilterMessage() public method

public PreFilterMessage ( Message &m ) : bool
m System.Windows.Forms.Message
return bool