JVCL Help:TJvModernTabBarPainter.DividerColor
JVCL Help: TJvModernTabBarPainter.DividerColor Property
Search in JVCL Help
Search in all projectsSummary
Color used when drawing dividers between tabs on the tabbed-bar control.
Pascal
propertyDividerColor: TColor;
Description
DividerColor is a TColor property that indicates the color used when drawing dividers between tabs on a tabbed-bar control. TabColor 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 DividerColor is $99A8AC, as assigned in the constructor for the object instance. Changing the value in DividerColor 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 BorderColor and ControlDivideColor to specify the colors for the borders drawn around the tabbed-bar control.
See Also
TJvCustomTabBar.OnChange, TJvModernTabBarPainter.Color, TJvModernTabBarPainter.TabColor, 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