The font used to render group captions.
Usage
Set_Property(OLECtrlEntID, "OLE.GroupFont", 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 GroupFont property customizes the font used to draw group captions. By default, the font is defined by the current Theme. However, you can use this property to modify the font to suit your needs.
The Theme property will redefine this font whenever it changes. Therefore, set this property after setting the Theme property.
Example
// Set the Group font to 18pt Set_Property(@Window:".OLE_SHORTCUT", "OLE.GroupFont", @SVM:18)