GrapeCity MultiRow Windows Forms Documentation
Minimum Property (ProgressBarCell)


Gets or sets the minimum value of the range of the ProgressBarCell.
Syntax
<DefaultValueAttribute()>
<SRCategoryAttribute("Behavior")>
<SRDescriptionAttribute("Indicates the lower range boundary the ProgressBarCell is working with.")>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
Public Property Minimum As Integer
Dim instance As ProgressBarCell
Dim value As Integer
 
instance.Minimum = value
 
value = instance.Minimum
[DefaultValue()]
[SRCategory("Behavior")]
[SRDescription("Indicates the lower range boundary the ProgressBarCell is working with.")]
[RefreshProperties(RefreshProperties.Repaint)]
public int Minimum {get; set;}

Property Value

A System.Int32 value that represents the minimum value of the range. The default is 0.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException

The specified value is less than 0.

-or-

The specified value is greater than the Maximum value.

Remarks
This property specifies the lower limit of the Cell.Value property. When the value of the Cell.Value property is equal to the value of the Minimum property, the progress bar is empty. To change the value of the progress bar, use the Step property with the PerformStep method, use the Increment method, or set the value of the Cell.Value property directly.
Requirements

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

See Also

Reference

ProgressBarCell Class
ProgressBarCell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.