System.Win.TaskbarCore.TTaskbarBase.ApplyOverlayChanges

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ApplyOverlayChanges;

C++

void __fastcall ApplyOverlayChanges();

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Win.TaskbarCore.pas
System.Win.TaskbarCore.hpp
System.Win.TaskbarCore TTaskbarBase

Description

Internally used to apply the changes made on the overlay.

Note: We do not recommand calling the ApplyOverlayChanges method. Use ApplyChanges instead.


See Also