JVCL Help:TJvCustomTabBar.HotTab
JVCL Help: TJvCustomTabBar.HotTab Property
Search in JVCL Help
Search in all projectsSummary
Tab under the mouse pointer when HotTracking is enabled.
Pascal
propertyHotTab: TJvTabBarItem;
Description
HotTab is a read-only TJvTabBarItem property that represents the tab under the mouse pointer when HotTracking is enabled for the control. HotTab is updated when the mouse pointer enters the control, and HotTracking contains True. When the mouse pointer exits the control, HotTab is set to the value Nil.
Assigning a new value from Tabs to the HotTab property causes the control to be redrawn.
Use SelectedTab to determine the item in Tabs that is current selected.
Use ClosingTab to detect the item in Tabs that is currently being closed.
Use LeftTab to determine the leftmost visible tab item in the scrollable area for the tabbed-bar control.
See Also
TJvTabBarItem, TJvCustomTabBar.Tabs, TJvCustomTabBar.SelectedTab, TJvCustomTabBar.ClosingTab, TJvCustomTabBar.LeftTab
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