Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarManager.ShowHint Property

Determines whether a help Hint is displayed when the mouse pointer hovers over the current bar manager’s items.

#Declaration

Delphi
property ShowHint: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

When the mouse pointer hovers over a toolbar’s item, the default hint of this item is shown. Set the ShowHint property to False to prevent the default hint from being displayed.

The hint text of an item is specified by the item’s Hint property. To include the item control’s shortcut into the hint text use the ShowShortCutInHint property.

Refer to the ShowHintForDisabledItems property for details on hints for disabled items.

The default value of the ShowHint property is True.

See Also