JVCL Help:TJvModernTabBarPainter.CloseCrossColor
JVCL Help: TJvModernTabBarPainter.CloseCrossColor Property
Search in JVCL Help
Search in all projectsSummary
Color used to draw the close symbol on a tab in a tabbed-bar control.
Pascal
propertyCloseCrossColor: TColor;
Description
CloseCrossColor is a TColor property that indicates the color used to draw the close symbol on a tab in a tabbed-bar control. CloseCrossColor is used in the protected DrawTab method to set the pen color when drawing the symbol on the close button.
The default value for CloseCrossColor is $5D5D5D, as assigned in the constructor for the object instance. Changing the value in CloseCrossColor causes the OnChange event handler to be signaled, and the control is redrawn.
Use CloseCrossColorSelected to specify the color for the close symbol on the select tab.
Use CloseCrossColorDisabled to specify the color for the close symbol on a disabled tab.
Use ModifiedCrossColor to specify the color for the close symbol on a tab that has been modified.
Use CloseColor or CloseColorSelected to specify the color used to draw a tab that is closing.
Use CloseRectColor or CloseRectColorDisabled to specify the color used for the mouse focus rectangle on a tab in the relevant state.
See Also
TJvCustomTabBar.OnChange, TJvTabBarItem.Enabled, TJvModernTabBarPainter.ModifiedCrossColor, TJvModernTabBarPainter.CloseCrossColorSelected, TJvModernTabBarPainter.CloseCrossColorDisabled, TJvModernTabBarPainter.CloseColor, TJvModernTabBarPainter.CloseColorSelected, TJvModernTabBarPainter.CloseRectColor, TJvModernTabBarPainter.CloseRectColorDisabled
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