|
|
|
Max Property, ProgressBarPartClass Class |
Defines the progressbar's maximum position value.
Syntax ProgressBarPartClass Class (Softelvdm.Controls)
VB |
Public Property Max As Integer |
C# |
public int Max { get; set; } |
C++ |
public: property int Max { |
Property Value
The minimum value.
The default value is 100.
Comments
The Max property defines the progressbar's maximum position value.
A progressbar displays a gauge defined by the minimum and maximum values Min and Max, with the current position Value. The Value property must always be between Min and Max.
Max must be greater or equal to Min.
Version Information
Supported in version 1.0.
Products Table