JVCL Help:TJvModernTabBarPainter.Color

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 to draw unselected tabs in a tabbed-bar control.


Pascal

 propertyColor: TColor;


Description

Color is a TColor property that indicates the color used to draw unselected tabs in the tabbed-bar control.
Color is used when the protected DrawTab method is called after selecting a tab with the mouse or by changing the active tab in program code.
The default value for Color is clWindow, as assigned in the constructor for the object instance. Changing the value in Color causes the OnChange event handler to be signaled, and the control is redrawn.
Use TabColor to specify the color for the selected tab on the tabbed-bar control.
Use BorderColor to specify the color for the border drawn along the opposing edge of 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.TabColor, TJvModernTabBarPainter.BorderColor, TJvModernTabBarPainter.DividerColor, 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