TdxBarManager.ShowShortCutInHint Property
In This Article
#Declaration
Delphi
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 Show
The default value of the ShowShortCutInHint property is False.
See Also