Vcl.Taskbar.TTaskbar.TaskBarButtons

From RAD Studio API Documentation

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. {{#multireplace:Vcl.Taskbar.TTaskbar.TaskBarButtons|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Taskbar.TCustomTaskbar.TaskBarButtons|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.Taskbar.TCustomTaskbar.TaskBarButtons|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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