JVCL Help:TJvModernTabBarPainter.DisabledFont

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 captions for disabled tabs on a tabbed-bar control.


Pascal

 propertyDisabledFont: TFont;


Description

DisabledFont is a TFont property that represents the font used to draw the text for disabled tabs 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' Enabled property set to False.
Font is assigned to the TCanvas used to draw the tab in the protected TJvModernTabBarPainter.DrawTab method.
Use Font to specify the font used for tab items with their Enabled property set to True.
Use SelectedFont to specify the font used for the currently selected tab item.


See Also

TJvModernTabBarPainter.Font, 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