TcxTab.HotTrack Property
In This Article
Indicates if the tab is hot-tracked.
#Declaration
Delphi
property HotTrack: Boolean read;
#Property Value
Type |
---|
Boolean |
#Remarks
This property returns True if a tab control’s HotTrack property is set to True and the mouse pointer is currently positioned over the tab. Otherwise, the HotTrack property returns False.
See Also