Back to Devexpress

BarManager.ShowShortcutInScreenTips Property

wpf-devexpress-dot-xpf-dot-bars-dot-barmanager-5027e983.md

latest1.6 KB
Original Source

BarManager.ShowShortcutInScreenTips Property

Gets or sets a value indicating whether shortcut keys (specified by the BarItem.KeyGesture property) must be displayed along with a hint for bar item links. This is a dependency property.

Namespace : DevExpress.Xpf.Bars

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool ShowShortcutInScreenTips { get; set; }
vb
Public Property ShowShortcutInScreenTips As Boolean

Property Value

TypeDescription
Boolean

true, if shortcut keys are displayed; otherwise, false.

|

Remarks

Use the BarItem.Hint property to assign a hint for a bar item. The BarItem.KeyGesture property allows you to specify a shortcut to invoke the bar item’s functionality.

See Also

KeyGesture

Hint

ShowKeyGesture

BarManager Class

BarManager Members

DevExpress.Xpf.Bars Namespace