TaskDialogProgressBarState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains constants that specify the state of a task dialog progress bar.
public enum class TaskDialogProgressBarState
public enum TaskDialogProgressBarState
type TaskDialogProgressBarState =
Public Enum TaskDialogProgressBarState
- Inheritance
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. |