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

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