You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The panel's background color fill.

Usage

Set_Property(OLECtrlEntID, "OLE.Background", ColorFill)

Values

ColorFill can be any Color Fill value.

Remarks

The Background property establishes the background color for the panel.

Like all Color Fill properties, you can set the background to a gradient. However, embedded controls such as labels and group boxes are not transparent. For best results, use a single color for the background and set all other controls' BACKCOLOR properties to that same color as necessary.

Example

// Set the background color to white 
Set_Property(@Window:".OLE_PANEL", "OLE.Background", "White")
  • No labels