Back to Devexpress

BarItem.Hint Property

windowsforms-devexpress-dot-xtrabars-dot-baritem-7433b540.md

latest2.8 KB
Original Source

BarItem.Hint Property

Specifies the bar item’s regular hint.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue("")]
[DXCategory("Appearance")]
public virtual string Hint { get; set; }
vb
<DefaultValue("")>
<DXCategory("Appearance")>
Public Overridable Property Hint As String

Property Value

TypeDefaultDescription
StringString.Empty

A string that specifies the bar item’s regular hint.

|

Remarks

Bar items support regular(simple) tooltips and SuperToolTip objects (tooltips that support multiple text and image regions). The type of tooltips displayed for bar items is determined by a ToolTipController object (by default, by the DefaultToolTipController). The BarItem.SuperTip property allows you to assign a SuperToolTip object to the bar item. The Hint property specifies a regular hint shown. It is displayed in the following image:

To enable hints, ensure that the BarManager.ShowScreenTipsInToolbars property is set to true (the default value). If the BarManager.ShowShortcutInScreenTips property is also set to true , the shortcut key combination of a specific item link is displayed in the hint.

See Also

SuperTip

ShowScreenTipsInToolbars

ShowScreenTipsInMenus

ShowShortcutInScreenTips

DisplayHint

ToolTipAnchor

BarItem Class

BarItem Members

DevExpress.XtraBars Namespace