TdxCustomNavBar.OnLinkHotTrack Event
Fires when the mouse cursor pauses over a NavBar link.
Declaration
property OnLinkHotTrack: TdxNavBarLinkEvent read; write;
Remarks
Write an OnLinkHotTrack event handler to determine which NavBar link is currently being hot-tracked. This can be used, for instance, to display explanatory information about the link within the status bar of your application. If you need to perform specific actions when group headers are hot-tracked, use the OnGroupHotTrack event.
The Sender parameter specifies the sender of the event. The sender of the event is the NavBar control.
The ALink parameter specifies an object of the TdxNavBarItemLink type which represents the NavBar link being hot-tracked.
See Also