Returns the maximum value of any thumb in the object since the statistic was last reset.
[ dStatisticMax = ] Object.StatisticMax
The StatisticMax property syntax has the following parts:
|
Name |
Type |
Inscription |
|
Object |
ASlider |
ASlider control |
|
dStatisticMax |
Double |
An integer specifying the maximum 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 maximum value of any thumb of the ASlider:
dsld1StatisticMax = sld1.StatisticMax