C# Class KPFloatingPanel.HotKeyboardHook.Window

Represents the window that is used internally to get the messages.
Inheritance: System.Windows.Forms.NativeWindow, IDisposable
ファイルを表示 Open project: mitchcapper/KPFloatingPanel

Public Methods

Method Description
Dispose ( ) : void
Window ( ) : System

Protected Methods

Method Description
WndProc ( System.Windows.Forms &m ) : void

Overridden to get the notifications.

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Window() public method

public Window ( ) : System
return System

WndProc() protected method

Overridden to get the notifications.
protected WndProc ( System.Windows.Forms &m ) : void
m System.Windows.Forms
return void