IGxSystemColors.ControlLightLight

Syntax

ControlLightLight: IGxColor;

Description

The ControlLightLight property returns the object that contains the light color of 3D objects.

Example

Sub Main;

Var

SysColor: IGxSystemColors;

Color: IGxColor;

Begin

Color:=SysColor.ControlLightLight;

End Sub Main;

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

See also:

IGxSystemColors