JVCL Help:TJvModernTabBarPainter.ModifiedCrossColor

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Color for the close symbol on a modified tab in a tabbed-bar control.


Pascal

 propertyModifiedCrossColor: TColor;


Description

ModifiedCrossColor is a TColor property that indicates the color used to draw the symbol on the close button on a tab when the Modified property for the TJvTabBarItem contains True.
ModifiedCrossColor is used in the protected DrawTab method to set the pen color when drawing the symbol on the close button.
The default value for ModifiedCrossColor is clRed, as assigned in the constructor for the object instance. Changing the value in ModifiedCrossColor causes the OnChange event handler to be signaled, and the control is redrawn.
Use CloseCrossColor to specify the color for the close symbol on unselected tabs.
Use CloseCrossColorSelected to specify the color for the close symbol on the selected tab.
Use CloseCrossColorDisabled to specify the color for the close symbol on disabled tabs.
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.Modified, TJvModernTabBarPainter.CloseCrossColor, 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