C# Class IPod.Win32.DeviceWatcherWindow

Inheritance: System.Windows.Forms.NativeWindow, IDisposable
Afficher le fichier Open project: mono/ipod-sharp Class Usage Examples

Méthodes publiques

Méthode Description
DeviceWatcherWindow ( string Caption ) : System
Dispose ( ) : void
Dispose ( bool disposing ) : void

Méthodes protégées

Méthode Description
WndProc ( Message &m ) : void

Method Details

DeviceWatcherWindow() public méthode

public DeviceWatcherWindow ( string Caption ) : System
Caption string
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( bool disposing ) : void
disposing bool
Résultat void

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void