IGxSystemColors.GradientActiveCaption

Syntax

GradientActiveCaption: IGxColor;

Description

The GradientActiveCaption property returns the object that contains the second color of the active window caption that is used for the gradient composition.

Example

Sub Main;

Var

SysColor: IGxSystemColors;

Color: IGxColor;

Begin

Color:=SysColor.GradientActiveCaption;

End Sub Main;

 

After executing the example the Color variable contains the second color of the active window caption.

See also:

IGxSystemColors