The color used to render the Caption.

Usage

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

Values

Color can be any Color value.

Default: "3DText" System Color

Remarks

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

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

 

CaptionFont

  • No labels