JVCL Help:TJvModernTabBarPainter.MoveDividerColor

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 tab dividers during drag-and-drop operations.


Pascal

 propertyMoveDividerColor: TColor;


Description

MoveDividerColor is a TColor property that indicates the color used to render a divider for a tab during a Drag-and-Drop operation that reorders tabs on the tabbed-bar control.
MoveDividerColor used when the TJvCustomTabBar.AllowTabMoving contains True and a Drag-and-Drop operation is performed for an unselected tab in the tabbed-bar control.
The default value for MoveDividerColor is clBlack, as assigned in the constructor for the object instance. Changing the value in MoveDividerColor causes the OnChange event handler to be signaled, and the control is redrawn.


See Also

TJvCustomTabBar.OnChange, TJvCustomTabBar.


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