The font used to render the Caption.

Usage

Set_Property(OLECtrlEntID, "OLE.Font", FontArray)

Values

The FontArray structure uses the same formatting as the OpenInsight FONT property. Visit the Font common OLE property page for further documentation.

Default: Tahoma, 8 pt.

Remarks

The Font property is the font used to draw the Caption. Modify it to get your desired look and feel.

Example

// Make the caption italics 
Set_Property(@Window:".OLE_PICTURE", "OLE.Font", @SVM:@SVM:@SVM:1)

See Also

CaptionCaptionColor

  • No labels