IGxSystemColors.ControlDark

Syntax

ControlDark: IGxColor;

Description

The ControlDark property returns the object that contains the darkened color of 3D objects.

Example

Sub Main;

Var

SysColor: IGxSystemColors;

Color: IGxColor;

Begin

Color:=SysColor.ControlDark;

End Sub Main;

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

See also:

IGxSystemColors