Back to Devexpress

NavBarControl.HotTrackedLink Property

windowsforms-devexpress-dot-xtranavbar-dot-navbarcontrol-c5ad6f91.md

latest2.0 KB
Original Source

NavBarControl.HotTrackedLink Property

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

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[Browsable(false)]
public NavBarItemLink HotTrackedLink { get; }
vb
<Browsable(False)>
Public ReadOnly Property HotTrackedLink As NavBarItemLink

Property Value

TypeDescription
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

HotTrackedGroup

CalcHitInfo(Point)

NavBarControl Class

NavBarControl Members

DevExpress.XtraNavBar Namespace