ComponentOne Windows 7 Control Pack for WinForms
Maximum Property (C1ProgressIndicator)



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1ProgressIndicator Class : Maximum Property
Gets or sets the value that the progress indicator will have when the operation is complete.
Syntax
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<C1DescriptionAttribute("The value the progress indicator will have when the operation is complete.")>
Public Property Maximum As Integer
Dim instance As C1ProgressIndicator
Dim value As Integer
 
instance.Maximum = value
 
value = instance.Maximum
[DefaultValue()]
[NotifyParentProperty(true)]
[C1Description("The value the progress indicator will have when the operation is complete.")]
public int Maximum {get; set;}
[DefaultValue()]
[NotifyParentProperty(true)]
[C1Description("The value the progress indicator will have when the operation is complete.")]
public:
property int Maximum {
   int get();
   void set (    int value);
}
See Also

Reference

C1ProgressIndicator Class
C1ProgressIndicator Members