Skip to main content

TdxBarManager.ShowShortCutInHint Property

Determines if item shortcuts are displayed with item hints.

Declaration

property ShowShortCutInHint: Boolean read; write; default False;

Property Value

Type Default
Boolean False

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