property Ribbon.ShortcutKeyExtPaddingV as String
Specifies the padding to be applied to the item (arranged vertically) that displays the UI shortcut, so the ShortcutKeyAlign property aligns the UI shortcut relative to this.

TypeDescription
String A String expression that specifies the padding to be applied to the item (arranged horizontally) that displays the UI shortcut, so the ShortcutKeyAlign property aligns the UI shortcut relative to this. The list is separated by comma character and indicates left, top, right and bottom exterior padding.
By default, the ShortcutKeyExtPaddingV property is "width/4, height/4 , width/4 ,height/4". The ShortcutKeyExtPaddingH / ShortcutKeyExtPaddingV specifies the padding to be applied to the item (arranged horizontally/vertically) that displays the UI shortcut, so the ShortcutKeyAlign property aligns the UI shortcut relative to this. 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 ShortcutKeyExtPaddingV 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.