WinForms Edition Documentation
C1.Win.C1Win7Pack Namespace / TaskDialogProgressBarState Enumeration

TaskDialogProgressBarState Enumeration
Sets the state of a task dialog progress bar.
Syntax
'Declaration
 
Public Enum TaskDialogProgressBarState 
   Inherits System.Enum
 
Members
MemberDescription
ErrorAn error occurred.
IndeterminateThe progress is indeterminate (marquee).
NormalNormal state.
PausedThe progress is paused.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Win7Pack.TaskDialogProgressBarState

See Also