Font.UseAutoColor

Syntax

UseAutoColor: Boolean

Description

The UseAutoColor property determines whether the default color is used.

Comments

Default color is black ("#000000").

If this property is set to True default font color is used, and the value of the Font.Color property is ignored.

By default this property is set to False, that is, font color uses settings defined in the Font.Color property.

Example

The example of property use is given in the Example of Creating the FontDialog Component page.

See also:

Font