ThumbCount Property (ASlider)

Returns the number of thumbs in the object.

Syntax

[ lThumbCount = ] Object.ThumbCount

The ThumbCount property syntax has the following parts:

 

Name

Type

Description

Object

ASlider

ASlider control

lThumbCount

Long

A integer specifying the number of thumbs in the object.

Comments

The default value is zero. The number is read-only, at run time only.

Example

The following statement shows how to obtain the number of thumbs in the ASlider:

lsld1ThumbCount = sld1.ThumbCount

Applies to

ASlider

See Also

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