Returns the thumb object for the object.
[ vThumb = ] Object.Thumbs()
The Thumbs property syntax has the following parts:
Name |
Type |
Description |
Object |
ASlider |
ASlider control |
vThumb |
Variant |
The thumb object for the object. |
The following example will return the thumb object to an ASlider control:
vsld1Thumb1 = sld1.Thumbs()