Skip to main content

TdxCustomNavBar.OnGroupHotTrack Event

Fires when the mouse cursor pauses over a NavBar group.

Declaration

property OnGroupHotTrack: TdxNavBarGroupEvent read; write;

Remarks

Write an event handler for the OnGroupHotTrack event to perform specific actions each time a group header is hot-tracked. This can be used, for instance, to display explanatory information within the status bar of your application. If you need to response to hot-tracking links, use the OnLinkHotTrack event.

The Sender parameter specifies the sender of the event. The sender of the event is the NavBar control.

The AGroup parameter specifies an object of the TdxNavBarGroup type which represents the NavBar group being hot-tracked.

See Also