The font used to render only the selected tab's caption.

Usage

Set_Property(OLECtrlEntID, "OLE.SelectFont", 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

Set this property to change the font used to render the selected tab's caption. All other tab captions will use the Font property.

Example

// Set the selection font to bold 
Set_Property(@Window:".OLE_TAB", "OLE.SelectFont", @SVM:@SVM:700) 

// Set the selection font to be the same as the other tabs 
Font = Get_Property(@Window:".OLE_TAB", "OLE.Font") 
Set_Property(@Window:".OLE_TAB", "OLE.SelectFont", Font)

See Also

Font

  • No labels