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



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskDialog.C1ProgressBar Class : Maximum Property
Gets or sets the maximum value of the progress bar.
Syntax
<C1DescriptionAttribute("Specifies the maximum value of the progress bar.")>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property Maximum As Integer
Dim instance As C1TaskDialog.C1ProgressBar
Dim value As Integer
 
instance.Maximum = value
 
value = instance.Maximum
[C1Description("Specifies the maximum value of the progress bar.")]
[DefaultValue()]
[NotifyParentProperty(true)]
public int Maximum {get; set;}
[C1Description("Specifies the maximum value of the progress bar.")]
[DefaultValue()]
[NotifyParentProperty(true)]
public:
property int Maximum {
   int get();
   void set (    int value);
}
See Also

Reference

C1TaskDialog.C1ProgressBar Class
C1TaskDialog.C1ProgressBar Members