Value Property (ASlider)

Returns or sets the Value of the active thumb of the object.

Syntax

Object.Value [ = dValue ]

The Value property syntax has the following parts:

 

Name

Type

Inscription

Object

ASlider

ASlider control

dValue

Double

A number specifying the Value of the active thumb of the object.

Example

The following statement changes the Value of the active thumb on an ASlider to 100:

sld1.Value=100

Applies to

ASlider

See Also

ThumbActive, ThumbCount, Thumbs