Vcl.Taskbar.TThumbBarButton

From RAD Studio API Documentation
Jump to: navigation, search

System.Win.TaskbarCore.TThumbBarButtonBaseSystem.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTThumbBarButton

Delphi

TThumbBarButton = class(TThumbBarButtonBase)

C++

class PASCALIMPLEMENTATION TThumbBarButton : public System::Win::Taskbarcore::TThumbBarButtonBase

Properties

Type Visibility Source Unit Parent
class public
Vcl.Taskbar.pas
Vcl.Taskbar.hpp
Vcl.Taskbar Vcl.Taskbar

Description

Button that appears when the user moves the mouse over the application in the Windows task bar.

VclTaskbarButtons.png

You can set an icon, a hint, and an action for the TThumbBarButton.

Note: A maximum of seven TThumbBarButton can be added to the taskbar buttons component.

See Also