Skip to main content
A newer version of this page is available. .
Bar

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.v19.2.dll

Declaration

public bool ShowScreenTips { get; set; }

Property Value

Type Description
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