System.Win.TaskbarCore.TTaskbarBase.ApplyClipAreaChanges

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ApplyClipAreaChanges;

C++

void __fastcall ApplyClipAreaChanges();

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 PreviewClipRegion property.

Note: Calling the ApplyClipAreaChanges method is not recommended. Use ApplyChanges instead.


See Also