IGxSystemColors.ActiveCaptionText

Syntax

ActiveCaptionText: IGxColor;

Description

The ActiveCaptionText property returns the object that contains the font color of the active window title.

Example

Sub Main;

Var

SysColor: IGxSystemColors;

Color: IGxColor;

Begin

Color:=SysColor.ActiveCaptionText;

End Sub Main;

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

See also:

IGxSystemColors