C# Class OpenTween.HookGlobalHotkey

Inheritance: System.Windows.Forms.NativeWindow, IDisposable
Afficher le fichier Open project: rhenium/OpenTween Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
HookGlobalHotkey ( Form targetForm ) : System
OnHandleCreated ( Object sender, EventArgs e ) : void
OnHandleDestroyed ( Object sender, EventArgs e ) : void
RegisterOriginalHotkey ( Keys hotkey, int hotkeyValue, ModKeys modifiers ) : bool
UnregisterAllOriginalHotkey ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
WndProc ( Message &m ) : void

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

HookGlobalHotkey() public méthode

public HookGlobalHotkey ( Form targetForm ) : System
targetForm System.Windows.Forms.Form
Résultat System

OnHandleCreated() public méthode

public OnHandleCreated ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Résultat void

OnHandleDestroyed() public méthode

public OnHandleDestroyed ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Résultat void

RegisterOriginalHotkey() public méthode

public RegisterOriginalHotkey ( Keys hotkey, int hotkeyValue, ModKeys modifiers ) : bool
hotkey Keys
hotkeyValue int
modifiers ModKeys
Résultat bool

UnregisterAllOriginalHotkey() public méthode

public UnregisterAllOriginalHotkey ( ) : void
Résultat void

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void