C# Class Microsoft.WindowsAPICodePack.Taskbar.ThumbnailToolBarButton

Represents a taskbar thumbnail button in the thumbnail toolbar.
Inheritance: IDisposable
显示文件 Open project: dlech/SshAgentLib Class Usage Examples

Private Properties

Property Type Description
FireClick void
UpdateThumbnailButton void

Public Methods

Method Description
Dispose ( ) : void

Release the native objects.

Dispose ( bool disposing ) : void

Release the native objects.

ThumbnailToolBarButton ( Icon icon, string tooltip ) : System

Initializes an instance of this class

Private Methods

Method Description
FireClick ( TaskbarWindow taskbarWindow ) : void

The window manager should call this method to raise the public click event to all the subscribers.

UpdateThumbnailButton ( ) : void

Method Details

Dispose() public method

Release the native objects.
public Dispose ( ) : void
return void

Dispose() public method

Release the native objects.
public Dispose ( bool disposing ) : void
disposing bool
return void

ThumbnailToolBarButton() public method

Initializes an instance of this class
public ThumbnailToolBarButton ( Icon icon, string tooltip ) : System
icon System.Drawing.Icon The icon to use for this button
tooltip string The tooltip string to use for this button.
return System