Returns the minimum value of any thumb in the object since the statistic was last reset.
[ dStatisticMin = ] Object.StatisticMin
The StatisticMin property syntax has the following parts:
|
Name |
Type |
Inscription |
|
Object |
ASlider |
ASlider control |
|
dStatisticMin |
Double |
An integer specifying the minimum value of any thumb in the object since the statistic was last reset. |
This property is read-only at run time.
The following statement shows how to obtain the minimum value of any thumb of the ASlider:
dsld1StatisticMin = asld1.StatisticMin