Versions Compared

Key

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

...

The CaptionColor property is the color used to draw the caption. By default, this is the system control text color. Set this to another color to emphasize the caption or to make it more subtle.

Example

 

Code Block
// Make the color a little lighter so as not to be too distracting 
Set_Property(@Window:".OLE_PICTURE", "OLE.CaptionColor", "3DShadow");
See Also

...