JVCL Help:TJvModernTabBarPainter.BorderColor

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 borders for the tabbed-bar control.


Pascal

 propertyBorderColor: TColor;


Description

BorderColor is a TColor property that indicates the color used to draw the border for a tabbed-bar control opposite it's orientation.
BorderColor is used to draw all of the borders for the tabbed-bar control except the area drawn using the ControlDivideColor.
The default value for BorderColor is clSilver, as assigned in the constructor for the object instance. Changing the value in BorderColor 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 TabColor to specify the color for the selected tab on the tabbed-bar control.
Use DividerColor to specify the color for dividers drawn between tabs on the tabbed-bar control.


See Also

TJvCustomTabBar.OnChange, TJvModernTabBarPainter.Color, TJvModernTabBarPainter.TabColor, 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