IGxSystemColors.InactiveCaption

Syntax

InactiveCaption: IGxColor;

Description

The InactiveCaption property returns the object that contains the color of the inactive window title.

Example

Sub Main;

Var

SysColor: IGxSystemColors;

Color: IGxColor;

Begin

Color:=SysColor.InactiveCaption;

End Sub Main;

After executing the example the Color variable contains the color of the inactive window title.

See also:

IGxSystemColors