IGxSystemColors.ControlText

Syntax

ControlText: IGxColor;

Description

The ControlText property returns the object that contains the font color of 3D objects.

Example

Sub Main;

Var

SysColor: IGxSystemColors;

Color: IGxColor;

Begin

Color:=SysColor.ControlText;

End Sub Main;

After executing the example the Color variable contains the font color of 3D objects.

See also:

IGxSystemColors