Back to Devexpress

TdxBarManager.ShowHintForDisabledItems Property

vcl-dxbar-dot-tdxbarmanager-d3926e7c.md

latest1.3 KB
Original Source

TdxBarManager.ShowHintForDisabledItems Property

Specifies whether to show a hint for disabled items.

Declaration

delphi
property ShowHintForDisabledItems: Boolean read; write; default True;

Property Value

TypeDefault
BooleanTrue

Remarks

If the ShowHintForDisabledItems property is set to True , a hint is shown for every item control on the toolbars, including disabled item controls. A hint for disabled item controls will be shown if the bar manager’s ShowHint property is set to True.

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

The default value of the ShowHintForDisabledItems property is True.

See Also

TdxBarItem.Hint

TdxBarManager.ShowShortCutInHint

TdxBarManager Class

TdxBarManager Members

dxBar Unit