System.Win.TaskbarCore.TTaskbarBase.PreviewClipRegion

From RAD Studio API Documentation

Delphi

property PreviewClipRegion: TPreviewClipRegion read FPreviewClipRegion write SetPreviewClipRegion;

C++

__property TPreviewClipRegion* PreviewClipRegion = {read=FPreviewClipRegion, write=SetPreviewClipRegion};

Properties

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

Description

Specifies the rectangle used for previewing the application in the taskbar.

Set Top, Left, Height, and Width to specify which part of the application is visible in the taskbar preview.

Note: You must enable the Windows Aero for the preview to be supported.

See Also