TaskDialogProgressBarState Enumeration

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Sets the state of a task dialog progress bar.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public enum TaskDialogProgressBarState
Visual Basic (Declaration)
Public Enumeration TaskDialogProgressBarState
Visual C++
public enum class TaskDialogProgressBarState

Members

Member nameDescription
Normal
Normal state.
Error
An error occurred.
Paused
The progress is paused.

See Also