Edit

Share via


TaskDialogProgressBarState Enum

Definition

Contains constants that specify the state of a task dialog progress bar.

C#
public enum TaskDialogProgressBarState
Inheritance
TaskDialogProgressBarState

Fields

Name Value Description
Normal 0

Shows a regular progress bar.

Paused 1

Shows a paused (yellow) progress bar.

Error 2

Shows an error (red) progress bar.

Marquee 3

Shows a marquee progress bar.

MarqueePaused 4

Shows a marquee progress bar where the marquee animation is paused.

If you switch from Marquee to MarqueePaused while the dialog is shown, the marquee animation will stop.

None 5

The progress bar will not be displayed.

While the dialog is showing, you cannot switch from None to any other state, and vice versa.

Applies to

Product Versions
Windows Desktop 5, 6, 7, 8, 9