C# Class Microsoft.WindowsAPICodePack.Taskbar.ThumbnailToolBarButton

Represents a taskbar thumbnail button in the thumbnail toolbar.
Inheritance: IDisposable
Afficher le fichier Open project: dlech/SshAgentLib Class Usage Examples

Private Properties

Свойство Type Description
FireClick void
UpdateThumbnailButton void

Méthodes publiques

Méthode 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

Méthode 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 méthode

Release the native objects.
public Dispose ( ) : void
Résultat void

Dispose() public méthode

Release the native objects.
public Dispose ( bool disposing ) : void
disposing bool
Résultat void

ThumbnailToolBarButton() public méthode

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.
Résultat System