Vcl.Taskbar.TCustomTaskbar.TaskBarButtons

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TaskBarButtons: TThumbBarButtonList read FTaskbarButtons write SetTaskbarButtons;

C++

__property TThumbBarButtonList* TaskBarButtons = {read=FTaskbarButtons, write=SetTaskbarButtons};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Taskbar.pas
Vcl.Taskbar.hpp
Vcl.Taskbar TCustomTaskbar

Description

Specifies the list of thumb buttons that are displayed when hovering over the application icon in the Windows taskbar.

Note: You must enable the Windows Aero Theme for the Taskbar buttons to be supported.

See Also