TdxBarManager.ShowShortCutInHint Property
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