Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Values

ColorFill can be any Color Fill value.

Remarks

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

Example

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

...