C# Class Microsoft.WindowsAPICodePack.Taskbar.ThumbnailToolbarProxyWindow

Inheritance: System.Windows.Forms.NativeWindow, IDisposable
Afficher le fichier Open project: dlech/SshAgentLib Class Usage Examples

Private Properties

Свойство Type Description
ThumbnailToolbarProxyWindow System
UpdateHandle void

Méthodes publiques

Méthode Description
Dispose ( ) : void

Release the native objects.

Dispose ( bool disposing ) : void

Méthodes protégées

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

Private Methods

Méthode Description
ThumbnailToolbarProxyWindow ( IntPtr windowHandle, ThumbnailToolBarButton buttons ) : System
UpdateHandle ( ThumbnailToolBarButton button ) : void

Method Details

Dispose() public méthode

Release the native objects.
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