Versions Compared

Key

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

...

The WorkspaceBkColor property establishes the color of the space unoccupied by cells.

Example

Code Block
 // Set the workspace background color to white 
Set_Property(@Window:".OLE_EDITTABLE", "OLE.WorkspaceBkColor", RGB(255, 255, 255) ) 

 // Set the workspace background color to that used by data windows 
Set_Property(@Window:".OLE_EDITTABLE", "OLE.WorkspaceBkColor", "Window" )

...