Skip to main content
A newer version of this page is available. .

NavBarControl.HotTrackedLink Property

Gets an object representing the link over which the mouse pointer rests.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.1.dll

Declaration

Property Value

Type Description
NavBarItemLink

A NavBarItemLink object representing the link which is currently under the mouse pointer. null (Nothing in Visual Basic) if the mouse pointer is not currently over a link.

Remarks

You can also use the NavBarControl.HotTrackedGroup property to gain access to the NavBarGroup object representing the group whose caption is hot-tracked.

Pass the mouse pointer position to the NavBarControl.CalcHitInfo method to determine the control over which the mouse pointer rests.

See Also