IGxSystemColors.Menu

Syntax

Menu: IGxColor;

Description

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

Example

Sub Main;

Var

SysColor: IGxSystemColors;

Color: IGxColor;

Begin

Color:=SysColor.Menu;

End Sub Main;

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

See also:

IGxSystemColors