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 a gradient 
Set_Property(@Window:".OLE_TREE", "OLE.Background", "Vertical( Gradient(S S=100 L=95, S S=100 L=100) )")

See Also

Colors

  • No labels