IGxSystemColors.InactiveCaptionText

Syntax

InactiveCaptionText: IGxColor;

Description

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

Example

Sub Main;

Var

SysColor: IGxSystemColors;

Color: IGxColor;

Begin

Color:=SysColor.InactiveCaptionText;

End Sub Main;

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

See also:

IGxSystemColors