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

Compare with Current View Page History

« Previous Version 2 Current »

The control's background color(s).

Usage

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

Values

ColorFill can be any Color Fill value.

Remarks

The Background property establishes the control's background fill pattern using Color Fill technology.

Example

// Set the background to blue
Set_Property(@Window:".OLE_STATUSBAR", "OLE.Background", "Blue")

See Also

ResizeColor

  • No labels