Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxTaskbarCustomProgress.State Property

Specifies the manner in which progress is visualized in a Windows® 7 taskbar application button.

#Declaration

Delphi
property State: TdxTaskbarProgressState read; write; default tbpsNormal;

#Property Value

Type Default
TdxTaskbarProgressState tbpsNormal

#Remarks

Options include:

Value Description Sample
tbpsNoProgress No progress visualization.
tbpsIndeterminate The marquee progress type showing general activity rather than completion progress. Corresponds to a progress bar control’s marquee mode.
tbpsNormal The completion progress type.
tbpsError The completion progress type that is used to indicate the terminated progress.
tbpsPaused The completion progress type that is used to indicate the paused progress.

Note

The progress is visualized only if the Active property is set to True.

The default value of the State property is tbpsNormal.

See Also