C# Class IPod.Win32.DeviceWatcherWindow

Inheritance: System.Windows.Forms.NativeWindow, IDisposable
Show file Open project: mono/ipod-sharp Class Usage Examples

Public Methods

Method Description
DeviceWatcherWindow ( string Caption ) : System
Dispose ( ) : void
Dispose ( bool disposing ) : void

Protected Methods

Method Description
WndProc ( Message &m ) : void

Method Details

DeviceWatcherWindow() public method

public DeviceWatcherWindow ( string Caption ) : System
Caption string
return System

Dispose() public method

public Dispose ( ) : void
return void

Dispose() public method

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

WndProc() protected method

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