Returns or sets the color of the object.
Object.Color [ = clrThumb ]
The Color property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
AThumb |
AThumb object |
|
clrThumb |
An integer specifying the color of the object. |
The Color is the color of the thumb itself, as opposed to the FillColor, the color chosen to indicate a rising value of the thumb as it progresses on the slider.
The colors are specified by their RGB values. The default is the current Ambient foreground color.
The following statement changes the AThumb's Color be the color 'green':
tmb1.Color=aGreen