StatisticMax Property (ASlider)

Returns the maximum value of any thumb in the object since the statistic was last reset.

Syntax

[ 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.

Comments

This property is read-only at run time.

Example

The following statement shows how to obtain the maximum value of any thumb of the ASlider:

dsld1StatisticMax = sld1.StatisticMax

Applies to

ASlider

See Also

ResetStatistic, StatisticMean, StatisticMin