JVCL Help:TJvTabBarItem.Hot

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 tab is highlighted during a HotTracking operation.


Pascal

 propertyHot: Boolean;


Description

Hot is a read-only Boolean property that indicates if the tab is the highlighted tab under the mouse when HotTracking is enabled for the TabBar control. When HotTracking contains False, the value in Hot is always False.
Hot compares the value in the HotTab property for the TJvTabBar instance to the current tab to determine the value for the property. Hot is used when the TJvTabBarPainter instance in the Painter property for the control calls its' DrawTab method.


See Also

TJvTabBar.Painter, TJvTabBar.HotTracking, TJvCustomTabBar.HotTab


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