Vcl.Taskbar
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 | vcl230.bpl |
|---|
Classes
| TCustomTaskbar | TCustomTaskbar is the base class for taskbar components. |
| TTaskbar | TTaskbar is the component for controlling the application from the Windows taskbar. |
| 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. |