HotTrack: IGxColor;
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.
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: