JVCL Help:TJvModernTabBarPainter.SelectedFont

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Font used to render the caption for the selected tab on a tabbed-bar control.


Pascal

 propertySelectedFont: TFont;


Description

SelectedFont is a TFont property that represents the font used to draw the text for the currently selected tab on a tabbed-bar control. Font is used to render the Caption for TJvTabBarItem instances defined in the Tabs for the control when the tab has its' Selected property set to True.
Font is assigned to the TCanvas used to draw the tab in the protected TJvModernTabBarPainter.DrawTab method.
Use DisabledFont to specify the font used for tab items with their Enabled property set to False.
Use SelectedFont to specify the font used for the currently selected tab item.


See Also

TJvModernTabBarPainter.DisabledFont, TJvModernTabBarPainter.SelectedFont


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page