IGxSystemColors.Highlight

Syntax

Highlight: IGxColor;

Description

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

Example

Sub Main;

Var

SysColor: IGxSystemColors;

Color: IGxColor;

Begin

Color:=SysColor.Highlight;

End Sub Main;

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

See also:

IGxSystemColors