IncrementorColor Property (ASlider)

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

Syntax

Object.IncrementorColor [ = dwIncrementorColor ]

The IncrementorColor property syntax has the following parts:

 

Name

Type

Description

Object

ASlider

ASlider control

dwIncrementorColor

AColor

An integer specifying the color of the incrementor 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 changes the ASlider IncrementorColor to red.

dwsld1IncrementorColor = sld1.IncrementorColor

Applies to

ASlider

See Also

IncrementorHeight, IncrementorLeft, IncrementorPicture, IncrementorTop, IncrementorWidth