Returns or sets the height in pixels of the decrement adjuster in the object.
Object.DecrementorHeight [ = lDecrementorHeight ]
The DecrementorHeight property syntax has the following parts:
Name |
Type |
Description |
Object |
ASlider |
ASlider control |
lDecrementorHeight |
An integer specifying the height in pixels of the decrementor on the object. |
The default value is -1 (AutoSize).
The following statement changes the ASlider's DecrementorHeight so the decrementor is twelve pixels high in the face area of the slider.
sld1.DecrementorHeight=12
DecrementorColor, DecrementorLeft, DecrementorPicture, DecrementorTop, DecrementorWidth