Back to Devexpress

TdxBarManager.ShowShortCutInHint Property

vcl-dxbar-dot-tdxbarmanager-a76a4531.md

latest1.2 KB
Original Source

TdxBarManager.ShowShortCutInHint Property

Determines if item shortcuts are displayed with item hints.

Declaration

delphi
property ShowShortCutInHint: Boolean read; write; default False;

Property Value

TypeDefault
BooleanFalse

Remarks

Set this property to True to include item shortcuts in item hints. If the application’s HintShortCuts property is set to True , it overrides the ShowShortCutInHint property value.

Note

Item shortcuts are displayed only if the bar manager’s ShowHint property is set to True.

The default value of the ShowShortCutInHint property is False.

See Also

TdxBarItem.Hint

TdxBarManager.ShowHintForDisabledItems

TdxBarManager Class

TdxBarManager Members

dxBar Unit