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

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