IGxSystemColors.Desktop

Syntax

Desktop: IGxColor;

Description

The Desktop property returns the object that contains the color of the operational system desktop.

Example

Sub Main;

Var

SysColor: IGxSystemColors;

Color: IGxColor;

Begin

Color:=SysColor.Desktop;

End Sub Main;

 

After executing the example the Color variable contains the operational system desktop color.

See also:

IGxSystemColors