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

In This Topic
    ProgressBar Property
    In This Topic
    Adjusts the progress bar control hosted in the task dialog.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1TaskDialog.ProgressBar", "Adjusts the progress bar control hosted in the task dialog.")>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    <TypeConverterAttribute(C1.Win.C1Win7Pack.GenericExpandableConverter)>
    Public ReadOnly Property ProgressBar As C1TaskDialog.C1ProgressBar
    [C1Description("C1TaskDialog.ProgressBar", "Adjusts the progress bar control hosted in the task dialog.")]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    [TypeConverter(C1.Win.C1Win7Pack.GenericExpandableConverter)]
    public C1TaskDialog.C1ProgressBar ProgressBar {get;}
    See Also