GradientInactiveCaption: IGxColor;
The GradientInactiveCaption property returns the object that contains the second color of the inactive window caption that is used for the gradient composition.
Sub Main;
Var
SysColor: IGxSystemColors;
Color: IGxColor;
Begin
Color:=SysColor.GradientInactiveCaption;
End Sub Main;
After executing the example the Color variable contains the second color of the inactive window title.
See also: