ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1ProgressIndicator Class / State Property

In This Topic
    State Property (C1ProgressIndicator)
    In This Topic
    Gets or sets the type and state of the progress indicator.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <C1DescriptionAttribute("C1ProgressIndicator.State", "Specifies the type and state of the progress indicator.")>
    <NotifyParentPropertyAttribute(True)>
    Public Property State As TaskbarProgressState
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [C1Description("C1ProgressIndicator.State", "Specifies the type and state of the progress indicator.")]
    [NotifyParentProperty(true)]
    public TaskbarProgressState State {get; set;}
    See Also