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

In This Topic
    Visible Property (C1TaskDialog.C1ProgressBar)
    In This Topic
    Gets or sets whether the progress bar should appear on the task dialog.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(False)>
    <C1DescriptionAttribute("C1ProgressBar.Visible", "Indicates whether the progress bar should appear on the task dialog.")>
    <NotifyParentPropertyAttribute(True)>
    Public Property Visible As Boolean
    [DefaultValue(false)]
    [C1Description("C1ProgressBar.Visible", "Indicates whether the progress bar should appear on the task dialog.")]
    [NotifyParentProperty(true)]
    public bool Visible {get; set;}
    See Also