Color Property (AThumb)

Returns or sets the color of the object.

Syntax

Object.Color [ = clrThumb ]

The Color property syntax has the following parts:

 

Name

Type

Description

Object

AThumb

AThumb object

clrThumb

AColor

An integer specifying the color of the object.

Comments

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.

Example

The following statement changes the AThumb's Color be the color 'green':

tmb1.Color=aGreen

Applies to

AThumb

See Also

AColor, ASlider, FillColor