Resets the minimum, maximum, and mean statistics of the object.
Object.ResetStatistic()
The ResetStatistic method syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
ASlider |
ASlider control |
The following example will reset the StatisticMax, StatisticMean, and StatisticMin properties from an ASlider control:
sld1.ResetStatistic()