property Ribbon.ShortcutKeyAlignH as ShortcutKeyAlignEnum
Defines the alignment of the UI shortcut keys relative to the item that displays it, when the holder arranges the items horizontally.

TypeDescription
ShortcutKeyAlignEnum A ShortcutKeyAlignEnum expression that defines the alignment of the UI shortcut keys relative to the item that displays it, when the holder arranges the items horizontally.
The ShortcutKeyAlignH / ShortcutKeyAlignV defines the alignment of the UI shortcut keys relative to the item that displays it, when the holder arranges the items horizontally / vertically. 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. 

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.