Returns or sets the color of the incrementor on the object.
Object.IncrementorColor [ = dwIncrementorColor ]
The IncrementorColor property syntax has the following parts:
Name |
Type |
Description |
Object |
ASlider |
ASlider control |
dwIncrementorColor |
An integer specifying the color of the incrementor of the object. |
The colors are specified by their RGB values. The default color depends on the slider style selected.
The following statement changes the ASlider IncrementorColor to red.
dwsld1IncrementorColor = sld1.IncrementorColor
IncrementorHeight, IncrementorLeft, IncrementorPicture, IncrementorTop, IncrementorWidth