Versions Compared

Key

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

...

PosNameTypeDescriptionDefault
<1>Text ColorColorThe default color of new items' textWindowText
<2>BackgroundColor FillThe default background of new itemsWindow

...

The DefColors property establishes the default colors for new items. Setting this property will not change existing items. Instead, newly added items will take on the setting established in this property. See the ItemColors property for details.

For more information on how default properties can make you more efficient, see the Default Properties article.

Example

Code Block
// Make the text white and the background red for new items  
Set_Property(@Window:".OLE_TREE", "OLE.DefColors", "White":@FM:"Red")

See Also

ItemColorsColors