Vcl.Taskbar.TTaskbar.ProgressState

From RAD Studio API Documentation

Delphi

property ProgressState: TTaskBarProgressState read GetProgressState write SetProgressState default 0;

C++

__property ProgressState = {default=0};

Properties

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

Description

Indicates the progress state of the application. Vcl.Taskbar.TTaskbar.ProgressState inherits from System.Win.TaskbarCore.TTaskbarBase.ProgressState. All content below this line refers to System.Win.TaskbarCore.TTaskbarBase.ProgressState.

Indicates the progress state of the application.

The progress indication can have different colors depending on the state of the application:

ProgressState Image

None

Error creating thumbnail: Unable to save thumbnail to destination

Normal

Error creating thumbnail: Unable to save thumbnail to destination

Error

Error creating thumbnail: Unable to save thumbnail to destination

Paused

Error creating thumbnail: Unable to save thumbnail to destination

Indeterminate

Error creating thumbnail: Unable to save thumbnail to destination

Note: You must enable the Windows Aero Theme for the Progress State to be supported.

See Also