WinForms Edition Documentation
C1.Win.C1Win7Pack Namespace / C1TaskDialog.C1ProgressBar Class / Value Property

In This Topic
Value Property (C1TaskDialog.C1ProgressBar)
In This Topic
Gets or sets the current value of the progress bar.
Syntax
'Declaration
 
<NotifyParentPropertyAttribute(True)>
<C1DescriptionAttribute("C1ProgressBar.Value", "Specifies the current value of the progress bar.")>
<DefaultValueAttribute(0)>
Public Property Value As Integer
 
See Also