System.Win.TaskbarCore.TTaskbarBase.ProgressState

From RAD Studio API Documentation

Delphi

property ProgressState: TTaskBarProgressState read GetProgressState write SetProgressState default TTaskBarProgressState.none;

C++

__property TTaskBarProgressState ProgressState = {read=GetProgressState, write=SetProgressState, default=0};

Properties

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

Description

Indicates the progress state of the application.

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

ProgressState Image

None

Normal

Error

Paused

Indeterminate

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

See Also