Vcl.Taskbar.TTaskbar.PreviewClipRegion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PreviewClipRegion: TPreviewClipRegion read FPreviewClipRegion write SetPreviewClipRegion;

C++

__property PreviewClipRegion;

Properties

Type Visibility Source Unit Parent
property published
Vcl.Taskbar.pas
Vcl.Taskbar.hpp
Vcl.Taskbar TTaskbar

Description

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

Vcl.Taskbar.TTaskbar.PreviewClipRegion inherits from System.Win.TaskbarCore.TTaskbarBase.PreviewClipRegion. All content below this line refers to System.Win.TaskbarCore.TTaskbarBase.PreviewClipRegion.

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.

VclTaskbarPreview.png

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

See Also