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

TaskbarProgressState Enumeration
Represents the state of the thumbnail progress indicator.
Syntax
'Declaration
 
Public Enum TaskbarProgressState 
   Inherits System.Enum
 
Members
MemberDescription
ErrorAn error occurred (red).
IndeterminateThe progress is indeterminate (marquee).
NormalNormal progress is displayed.
PausedThe operation is paused (yellow).
Inheritance Hierarchy

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

See Also