Back to Devexpress

BarManager.PressedLink Property

windowsforms-devexpress-dot-xtrabars-dot-barmanager-6b33c402.md

latest1.5 KB
Original Source

BarManager.PressedLink Property

Gets the currently pressed link.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual BarItemLink PressedLink { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property PressedLink As BarItemLink

Property Value

TypeDescription
BarItemLink

A BarItemLink object representing the currently pressed link. null ( Nothing in Visual Basic) if no link is currently pressed.

|

Remarks

If a link has been pressed, it remains pressed until the end-user releases the mouse button even if the mouse pointer leaves the link area.

See Also

HighlightedLink

PressedLinkChanged

Item

BarManager Class

BarManager Members

DevExpress.XtraBars Namespace