C# Class YetAnotherRelogger.Helpers.Tools.KeyboardHook.Window

Represents the window that is used internally to get the messages.
Inheritance: System.Windows.Forms.NativeWindow, IDisposable
Datei anzeigen Open project: sinterlkaas/YetAnotherRelogger

Public Methods

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

Protected Methods

Method Description
WndProc ( Message &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 ( Message &m ) : void
m System.Windows.Forms.Message
return void