| C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1ProgressIndicator Class : Maximum Property |
<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); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2