Back to Devexpress

BarManager.ShowScreenTips Property

wpf-devexpress-dot-xpf-dot-bars-dot-barmanager-6547cf37.md

latest2.2 KB
Original Source

BarManager.ShowScreenTips Property

Gets or sets whether tooltips for bar item links are enabled. 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 ShowScreenTips { get; set; }
vb
Public Property ShowScreenTips As Boolean

Property Value

TypeDescription
Boolean

true if tooltips for bar item links are enabled; otherwise, false.

|

Remarks

The ShowScreenTips property allows you to enable and disable displaying tooltips for bar item links. To disable tooltips for individual bar items, use the BarItem.ShowScreenTip property.

By default, tooltips are displayed for BarItemLinks contained within Bars and disabled for popup links. Use the BarManager.ShowScreenTipsInPopupMenus property to allow displaying popup item links’ tooltips.

Bar items support regular hints and SuperTip objects. To specify a regular hint for a bar item, use the BarItem.Hint property. SuperTips can be specified via the BarItem.SuperTip property.

Tooltips are not supported for sub menu items.

See Also

BarItem.Hint

BarItem.SuperTip

GalleryItem.Hint

GalleryItem.SuperTip

ShowScreenTip

BarManager Class

BarManager Members

DevExpress.Xpf.Bars Namespace