JVCL Help:TJvTabBar.CloseButton

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

Search in JVCL Help

 
Search in all projects
 

Summary

Indicates if the close button is drawn and handled for tabs on the control.


Pascal

 propertyCloseButton: Boolean;


Description

CloseButton is a Boolean property that indicates if a close button should be drawn when rendering tab items defined in the Tabs collection. When CloseButton contains True, the close button will be drawn using the style defined in the Painter for the control. In addition, mouse movement and click operations examine the property value to determine if handling must be provided for the close button during navigation. When CloseButton contains False, the close button is not drawn and mouse handling for the close button is not provided. The default value for CloseButton is True, as assigned in the constructor for the control. Changing the value in the CloseButton property causes the control to be redrawn.


See Also

TJvCustomTabBar.Tabs


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