C# Class Silky_Shark.Hotkey

Inheritance: IMessageFilter, IDisposable
Afficher le fichier Open project: stoicshark/silkyshark Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetModifiers() public static méthode

public static GetModifiers ( Keys keydata, Keys &key ) : KeyModifiers
keydata Keys
key Keys
Résultat KeyModifiers

Hotkey() public méthode

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

PreFilterMessage() public méthode

public PreFilterMessage ( Message &m ) : bool
m System.Windows.Forms.Message
Résultat bool