Minimum Property
Applies To
ProgressBar, TrackBar
Description
Get or sets the minimum value of the processing range of the control.
Usage
GGet Form.Control.Minimum, var
GSet Form.Control.Minimum, value
- Form
- Name of a form or string variable containing a form name.
- Control
- Name of a control or string variable containing a control name. The control must exist in the specified form.
- var
- Integer variable that will contain the value of the property.
- value
- Integer expression for the new value of the property.
Values
An integer representing the minimum value of the processing range.
See Also
ProgressBar, TrackBar, Maximum, Value
Example
GSet frmMain.TrackBar1.Minimum, 10