Skip to main content

TdxBarItemOptions.ShowShortCuts Property

Toggles the visibility of item shortcuts.

Declaration

property ShowShortCuts: Boolean read; write;

Property Value

Type
Boolean

Remarks

When this property is set to True, each menu item displays its shortcut specified by the corresponding bar item’s ShortCut property. Otherwise, shortcuts are not displayed.

For the Application Menu, the default value of the ShowShortCuts property is False. Otherwise, it is True.

See Also