StatisticMin Property (ASlider)

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

Syntax

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

Comments

This property is read-only at run time.

Example

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

dsld1StatisticMin = asld1.StatisticMin

Applies to

ASlider

See Also

ResetStatistic, StatisticMax, StatisticMean