JVCL Help:TJvModernTabBarPainter.ControlDivideColor

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 the border aligned with the orientation of a tabbed-bar control.


Pascal

 propertyControlDivideColor: TColor;


Description

ControlDivideColor is a TColor property that indicates the color used to draw the divider that separates the tabbed-bar control and any controls aligned to edge that is the Orientation for the control.
When TJvCustomTabBar.Orientation contains the value toBottom, ControlDivideColor is used to draw the line at the top of the tabbed-bar control. When TJvCustomTabBar.Orientation contains the value toTop, the control divider is drawn along the bottom edge.
ControlDivideColor 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 ControlDivideColor is clBlack, as assigned in the constructor for the object instance. Changing the value in ControlDivideColor 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 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.


See Also

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


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