Returns or sets the color of the decrementor on the object.
Object.DecrementorColor [ = dwDecrementorColor ]
The DecrementorColor property syntax has the following parts:
Name |
Type |
Description |
Object |
ASlider |
ASlider control |
dwDecrementorColor |
An integer specifying the color of the decrementor of the object. |
The colors are specified by their RGB values. The default color depends on the slider style selected.
The following statement returns the ASlider DecrementorColor:
dwsld1DecrementorColor = sld1.DecrementorColor
DecrementorHeight, DecrementorLeft, DecrementorPicture, DecrementorTop, DecrementorWidth