IGxSystemColors.HighlightText

Syntax

HighlightText: IGxColor;

Description

The HighlightText property returns the object that contains the font color of the highlighted menu item.

Example

Sub Main;

Var

SysColor: IGxSystemColors;

Color: IGxColor;

Begin

Color:=SysColor.HighlightText;

End Sub Main;

After executing the example the Color variable contains the font color of the highlighted menu item.

See also:

IGxSystemColors