Vcl.Taskbar.TTaskbar.TaskBarButtons

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TaskBarButtons: TThumbBarButtonList read FTaskbarButtons write SetTaskbarButtons;

C++

__property TaskBarButtons;

Properties

Type Visibility Source Unit Parent
property published
Vcl.Taskbar.pas
Vcl.Taskbar.hpp
Vcl.Taskbar TTaskbar

Description

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

Vcl.Taskbar.TTaskbar.TaskBarButtons inherits from Vcl.Taskbar.TCustomTaskbar.TaskBarButtons. All content below this line refers to Vcl.Taskbar.TCustomTaskbar.TaskBarButtons.

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