Returns or sets the top position in pixels of the increment adjuster in the object.
Object.IncrementorTop [ = lIncrementorTop ]
The IncrementorTop property syntax has the following parts:
Name |
Type |
Description |
Object |
ASlider |
ASlider control |
lIncrementorTop |
An integer specifying the top position in pixels of the increment adjuster on the object. |
The default value is -1 (not used).
The following statement changes the ASlider's IncrementorTop so the incrementor starts at twelve pixels from the top of the focus area of the slider.
sld1.IncrementorTop=12
IncrementorColor, IncrementorHeight, IncrementorLeft, IncrementorPicture, IncrementorWidth