ResetStatistic Method (ASlider)

Resets the minimum, maximum, and mean statistics of the object.

Syntax

Object.ResetStatistic()

The ResetStatistic method syntax has the following parts:

 

Name

Type

Description

Object

ASlider

ASlider control

Example

The following example will reset the StatisticMax, StatisticMean, and StatisticMin properties from an ASlider control:

sld1.ResetStatistic()

Applies to

ASlider

See Also

StatisticMax, StatisticMean, StatisticMin