IGxSystemColors.HotTrack

Syntax

HotTrack: IGxColor;

Description

The HotTrack property returns the object that contains the color that is used to highlight the selected element. Clicking on the highlighted element leads to it execution.

Example

Sub Main;

Var

SysColor: IGxSystemColors;

Color: IGxColor;

Begin

Color:=SysColor.HotTrack;

End Sub Main;

After executing the example the Color variable contains the color that is used to designate the highlighted element.

See also:

IGxSystemColors