JVCL Help:TJvModernTabBarPainter.TabColor

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

Search in JVCL Help

 
Search in all projects
 

Summary

Color used when drawing a selected tab in the tabbed-bar control.


Pascal

 propertyTabColor: TColor;


Description

TabColor is a TColor property that indicates the color used when drawing the surface of a selected tab in the tabbed-bar control. TabColor is used when the protected DrawTab method is called after selecting a tab with the mouse or by changing the value program code.
The default value for TabColor is clBtnFace, as assigned in the constructor for the object instance. Changing the value in TabColor causes the OnChange event handler to be signaled, and the control is redrawn.
Use Color to specify the color for unselected tabs on the tabbed-bar control.
Use DividerColor to specify the color for dividers drawn between tabs on the tabbed-bar control.
Use BorderColor and ControlDivideColor to specify the colors for the borders drawn around the tabbed-bar control.


See Also

TJvCustomTabBar.OnChange, TJvModernTabBarPainter.Color, TJvModernTabBarPainter.DividerColor, TJvModernTabBarPainter.BorderColor, TJvModernTabBarPainter.ControlDivideColor


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