BarManager.ShowScreenTips Property
In This Article
Gets or sets whether hints for bar item links are enabled. This is a dependency property.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if hints 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.
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