C# Class trainer.HotKey

Inheritance: IDisposable
Afficher le fichier Open project: apeape/trainer

Méthodes publiques

Méthode Description
Dispose ( ) : void
HotKey ( ModifierKeys modifierKeys, Keys key, IntPtr windowHandle ) : System
HotKey ( ModifierKeys modifierKeys, Keys key, Window window ) : System
HotKey ( ModifierKeys modifierKeys, Keys key, System.Windows.Interop.WindowInteropHelper window ) : System
RegisterHotKey ( ) : void
UnregisterHotKey ( ) : void

Private Methods

Méthode Description
OnHotKeyPressed ( ) : void
ThreadPreprocessMessageMethod ( MSG &msg, bool &handled ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

HotKey() public méthode

public HotKey ( ModifierKeys modifierKeys, Keys key, IntPtr windowHandle ) : System
modifierKeys ModifierKeys
key Keys
windowHandle System.IntPtr
Résultat System

HotKey() public méthode

public HotKey ( ModifierKeys modifierKeys, Keys key, Window window ) : System
modifierKeys ModifierKeys
key Keys
window System.Windows.Window
Résultat System

HotKey() public méthode

public HotKey ( ModifierKeys modifierKeys, Keys key, System.Windows.Interop.WindowInteropHelper window ) : System
modifierKeys ModifierKeys
key Keys
window System.Windows.Interop.WindowInteropHelper
Résultat System

RegisterHotKey() public méthode

public RegisterHotKey ( ) : void
Résultat void

UnregisterHotKey() public méthode

public UnregisterHotKey ( ) : void
Résultat void