Returns or sets the height in pixels of the increment adjuster in the object.
Object.IncrementorHeight [ = lIncrementorHeight ]
The IncrementorHeight property syntax has the following parts:
|
Name |
Type |
Inscription |
|
Object |
ASlider |
ASlider control |
|
lIncrementorHeight |
An integer specifying the height in pixels of the incrementor on the object. |
The default height is -1 (AutoSize).
The following statement changes the ASlider's IncrementorHeight so the incrementor is twelve pixels high in the face area of the slider.
sld1.IncrementorHeight=12
IncrementorColor, IncrementorLeft, IncrementorPicture, IncrementorTop, IncrementorWidth