DecrementorColor Property (ASlider)

Returns or sets the color of the decrementor on the object.

Syntax

Object.DecrementorColor [ = dwDecrementorColor ]

The DecrementorColor property syntax has the following parts:

 

Name

Type

Description

Object

ASlider

ASlider control

dwDecrementorColor

AColor

An integer specifying the color of the decrementor of the object.

Comments

The colors are specified by their RGB values. The default color depends on the slider style selected.

Example

The following statement returns the ASlider DecrementorColor:

dwsld1DecrementorColor = sld1.DecrementorColor

Applies to

ASlider

See Also

DecrementorHeight, DecrementorLeft, DecrementorPicture, DecrementorTop, DecrementorWidth