Xbasic

{BACKGROUND}

Syntax

{BACKGROUND= Color }

Arguments

ColorCharacter

The name of a color or an RGB format.

Description

The {BACKGROUND} command specifies the background color the dialog.

Example

format = <<%dlg%
{size=2}
{ysize=2}
{background=Green}{stretch=bottom}<Click Here>
%dlg%
ui_dlg_box("Simple Xdialog", format)
An Xdialog with a green background
The resulting Xdialog with a green background

Limitations

Desktop applications only

See Also