C# Class Microsoft.WindowsAPICodePack.Taskbar.ThumbnailToolbarProxyWindow

Inheritance: System.Windows.Forms.NativeWindow, IDisposable
Mostra file Open project: dlech/SshAgentLib Class Usage Examples

Private Properties

Property Type Description
ThumbnailToolbarProxyWindow System
UpdateHandle void

Public Methods

Method Description
Dispose ( ) : void

Release the native objects.

Dispose ( bool disposing ) : void

Protected Methods

Method Description
WndProc ( Message &m ) : void

Private Methods

Method Description
ThumbnailToolbarProxyWindow ( IntPtr windowHandle, ThumbnailToolBarButton buttons ) : System
UpdateHandle ( ThumbnailToolBarButton button ) : void

Method Details

Dispose() public method

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