Removes a thumb from the collection of the object.
Object.RemoveThumb ( vThumb )
The RemoveThumb method syntax has the following parts:
Name |
Type |
Description |
Object |
ASlider |
ASlider control |
vThumb |
Val Variant |
An integer specifying the index of the thumb on the object. |
The index is zero-based.
The following example will remove the third thumb from an ASlider control:
sld1.RemoveThumb(2)