property ExplorerBar.ShortcutPictureHeight as Long
Specifies the height in pixels of the custom size picture being displayed in the shortcut bar.

TypeDescription
Long A Long expression that indicates the height of the picture to be stretched to.
By default, the ShortcutPictureHeight property is -1. If the ShortcutPictureHeight property is -1, the shortcut's picture is not stretched on the height. If the ShortcutPictureHeight property is positive, it indicates the height in pixels to be stretched to. The ShortcutPictureHeight property specifies the height of the picture when assigning a custom size picture using the ShortcutPicture property. The ShortcutPictureWidth property specifies the width in pixels of the picture to be stretched to. Use the ShortcutBarHeight property to specify the height in pixels of the control's shortcut bar. The ShowShortcutBar property specifies whether the control's shortcut bar is visible or hidden. The Shortcut property indicates the HTML caption of the shortcut that displays the specified group. Groups with the same Shortcut property are displayed in the same shortcut. The shortcut bar displays the first icon found in the HTML caption, if a custom size picture is not assigned to the shortcut using the ShortcutPicture property.