C# Class DamageMeter.KeyboardHook.Window

Represents the window that is used internally to get the messages.
Inheritance: System.Windows.Forms.NativeWindow, IDisposable
Afficher le fichier Open project: neowutran/ShinraMeter

Méthodes publiques

Méthode Description
Dispose ( ) : void
Window ( ) : System

Méthodes protégées

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

Overridden to get the notifications.

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Window() public méthode

public Window ( ) : System
Résultat System

WndProc() protected méthode

Overridden to get the notifications.
protected WndProc ( Message &m ) : void
m Message
Résultat void