C# Class BExplorer.Shell.ShellNotificationListener.NotificationWindow

Inheritance: System.Windows.Forms.Control
Show file Open project: Gainedge/BetterExplorer

Public Methods

Method Description
NotificationWindow ( ShellNotificationListener parent ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void
WndProc ( Message &m ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

NotificationWindow() public method

public NotificationWindow ( ShellNotificationListener parent ) : System
parent ShellNotificationListener
return System

WndProc() protected method

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void