ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / TaskbarProgressState Enumeration

In This Topic
    TaskbarProgressState Enumeration
    In This Topic
    Represents the state of the thumbnail progress indicator.
    Syntax
    'Declaration
     
    
    Public Enum TaskbarProgressState 
       Inherits System.Enum
    public enum TaskbarProgressState : 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