Copyright © 2003-2024 MultiMedia Soft
Minimum property
Type
[Visual Basic]
Public Property Minimum As Long
[C#]
public long Minimum {get; set;}
[C++]
public: __property long get_Minimum ();
public: __property void set_Minimum (long);
Remarks
The control's minimum value.
This property is only available with the Ctl3dProgressBar component.
For further details about the use of the Progress Bar control, see the How to use the Progress Bar component section.