Returns or sets the fill color of the object.
Object.FillColor [ = clrFillColor ]
The FillColor property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
AThumb |
AThumb object |
|
clrFillColor |
An integer specifying the fill color of the object. |
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.
The following statement changes the AThumb's FillColor to be the color 'blue':
tmb1.FillColor=aBlue