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. {{#multireplace:Vcl.Taskbar.TTaskbar.ProgressState|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Win.TaskbarCore.TTaskbarBase.ProgressState|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Win.TaskbarCore.TTaskbarBase.ProgressState|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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