IGxSystemColors.MenuText

Syntax

MenuText: IGxColor;

Description

The MenuText property returns the object that contains the font color of the menu bar.

Example

Sub Main;

Var

SysColor: IGxSystemColors;

Color: IGxColor;

Begin

Color:=SysColor.MenuText;

End Sub Main;

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

See also:

IGxSystemColors