ThumbFillColor Property (AThumb)

Returns or sets the fill color of the object.

Syntax

Object.FillColor [ = clrFillColor ]

The FillColor property syntax has the following parts:

 

Name

Type

Description

Object

AThumb

AThumb object

clrFillColor

AColor

An integer specifying the fill color of the object.

Comments

The FillColor is the color chosen to indicate a rising value of the thumb as it progresses on the slider, as opposed to the Color, the color of the thumb itself. The colors are specified by their RGB values. The default is the current Ambient foreground color.

Example

The following statement changes the AThumb's FillColor to be the color 'blue':

tmb1.FillColor=aBlue

Applies to

AThumb

See Also

AColor, ASlider, Color, FillStyle