System.Win.TaskbarCore.TTaskbarBase.UpdateClipRegion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateClipRegion(const ATaskbar: TWinTaskbar);

C++

void __fastcall UpdateClipRegion(System::Win::Taskbar::TWinTaskbar* const ATaskbar);

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 update the changes made on the PreviewClipRegion.


See Also