property Ribbon.ShortcutKeyFormat as String
Specifies the expression that determines the format (including HTML tags) to display the shortcut keys.

TypeDescription
String A String expression that defines the format (including HTML tags) to display the shortcut keys.
By default, The ShortcutKeyFormat property is "". The ShortcutKeyFormat property specifies the expression that defines the format (including HTML tags) to display the shortcut keys. The ShortcutKeyVisible property indicates the way the control shows the available keys when user presses any modifier keys such as SHIFT, CTRL or ALT. The Shortcut property specifies the key combination that the user can press to select the item quickly. The ShortcutKeysInfo property returns the list of shortcut keys that are currently available. 

For instance:

The ShortcutKeyFormat property supports the following predefined keywords:

This property/method supports predefined constants and operators/functions as described here.

The following properties customize the format/look the shortcut keys are displayed:

The ShortcutKeyPressedModifers property indicates the combination of modifier keys whose shortcut keys are currently visible.