|
|
|
Value Property, ProgressBarPartClass Class |
Defines the progressbar's current position.
Syntax ProgressBarPartClass Class (Softelvdm.Controls)
VB |
Public Property Value As Integer |
C# |
public int Value { get; set; } |
C++ |
public: property int Value { |
Property Value
The minimum value.
The default value is 50.
Comments
The Value property defines the progressbar's current position.
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.
Version Information
Supported in version 1.0.
Products Table