Back to Devexpress

BarManager.KeyboardHighlightedLink Property

windowsforms-devexpress-dot-xtrabars-dot-barmanager-e1eb9781.md

latest2.2 KB
Original Source

BarManager.KeyboardHighlightedLink Property

Gets the link that is currently selected in a bar using the keyboard.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
BarItemLink

A BarItemLink object representing the link that is currently selected using the keyboard.

|

Remarks

An end-user can navigate through bars and invoke link functionality using the keyboard. See the Default Keyboard Hotkeys topic for details. The KeyboardHighlightedLink property returns the link that is currently selected with the keyboard. If no item is currently selected, the KeyboardHighlightedLink property returns null.

See Also

Bar Item Links

Default Keyboard Hotkeys

BarManager Class

BarManager Members

DevExpress.XtraBars Namespace