WinForms Edition Documentation
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
 
See Also