The background color of the unoccupied space in the table.

Usage

Set_Property(OLECtrlEntID, "OLE.WorkspaceBkColor", Color)

Values

Color can be any Color value.

Default: "3DFace" System Color

Remarks

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

Example

// 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" )
  • No labels