Skip to main content

TdxBarManager.ShowHint Property

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

Declaration

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