ThumbActive Property (ASlider)

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

Syntax

Object.ThumbActive [ = lThumbActive ]

The ThumbActive property syntax has the following parts:

 

Name

Type

Inscription

Object

ASlider

ASlider control

lThumbActive

Long

An integer specifying the index of the active thumb of the object.

Comments

The default is -1 (no active thumb). The index is zero-based.

Example

The following statement changes the ASlider's first thumb's ThumbActive so the index is one.

sld1.ThumbActive(0)=1

Applies to

ASlider

See Also

AThumb.Mode, AThumb.Name, AThumb.Style, AThumb.Value, ThumbCount, Thumbs