C# Class KPFloatingPanel.HotKeyboardHook.Window

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
WndProc ( System.Windows.Forms &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 ( System.Windows.Forms &m ) : void
m System.Windows.Forms
Résultat void