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