C# Класс Microsoft.WindowsAPICodePack.Taskbar.ThumbnailToolBarButton

Represents a taskbar thumbnail button in the thumbnail toolbar.
Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
FireClick void
UpdateThumbnailButton void

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
FireClick ( TaskbarWindow taskbarWindow ) : void

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

UpdateThumbnailButton ( ) : void

Описание методов

Dispose() публичный Метод

Release the native objects.
public Dispose ( ) : void
Результат void

Dispose() публичный Метод

Release the native objects.
public Dispose ( bool disposing ) : void
disposing bool
Результат void

ThumbnailToolBarButton() публичный Метод

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.
Результат System