ComponentOne Windows 7 Control Pack for WinForms
Visible Property (C1TaskDialog.C1ProgressBar)



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskDialog.C1ProgressBar Class : Visible Property
Gets or sets whether the progress bar should appear on the task dialog.
Syntax
<C1DescriptionAttribute("Indicates whether the progress bar should appear on the task dialog.")>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property Visible As Boolean
Dim instance As C1TaskDialog.C1ProgressBar
Dim value As Boolean
 
instance.Visible = value
 
value = instance.Visible
[C1Description("Indicates whether the progress bar should appear on the task dialog.")]
[DefaultValue()]
[NotifyParentProperty(true)]
public bool Visible {get; set;}
[C1Description("Indicates whether the progress bar should appear on the task dialog.")]
[DefaultValue()]
[NotifyParentProperty(true)]
public:
property bool Visible {
   bool get();
   void set (    bool value);
}
See Also

Reference

C1TaskDialog.C1ProgressBar Class
C1TaskDialog.C1ProgressBar Members