Versions Compared

Key

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

...

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

...

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

Code Block
// 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