Vcl.Taskbar

From RAD Studio API Documentation
Jump to: navigation, search

Provides the ability to specify types of task bar buttons and to provide progress information for your application from the Windows task bar. For more information, see VCL Taskbars.

Package vcl270.bpl

Classes

TCustomTaskbarTCustomTaskbar is the base class for taskbar components.
TTaskbarTTaskbar is the component for controlling the application from the Windows taskbar.
TThumbBarButtonButton that appears when the user moves the mouse over the application in the Windows task bar.
TThumbBarButtonListA collection of buttons that appear when the user moves the mouse over the application in the Windows task bar.

Types

TThumbButtonNotifyEventType of event handler for the OnThumbButtonClick.
TThumbPreviewItemRequestEventType of event handler for the OnThumbPreviewRequest.
TWindowPreviewItemRequestEventType of event handler for the OnWindowPreviewItemRequest.