Vcl.Taskbar
From RAD Studio API Documentation
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 | vcl250.bpl |
|---|
Classes
TCustomTaskbar TCustomTaskbar is the base class for taskbar components.
TThumbBarButton Button that appears when the user moves the mouse over the application in the Windows task bar.
TThumbBarButtonList A collection of buttons that appear when the user moves the mouse over the application in the Windows task bar.
Types
TThumbButtonNotifyEvent Type of event handler for the OnThumbButtonClick.
TThumbPreviewItemRequestEvent Type of event handler for the OnThumbPreviewRequest.
TWindowPreviewItemRequestEvent Type of event handler for the OnWindowPreviewItemRequest.