Vcl.Taskbar.TCustomTaskbar.ApplyButtonsChanges

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ApplyButtonsChanges; override;

C++

virtual void __fastcall ApplyButtonsChanges();

Properties

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

Description

Updates the appearance of the thumb buttons in the application Windows task bar.

The ApplyButtonsChanges method updates TaskBarButtons appearance properties for all the buttons that are displayed on hovering over the application icon in the Windows task bar.

See Also