Type | Description | |||
Shortcut as String | A String expression that indicates the caption of the shortcut where a custom size picture is assigned. | |||
Variant | A String expression that indicates the path to the picture file or a string expression that indicates the base64 encoded string that holds a picture object. Use the eximages tool to save your picture as base64 encoded format. A Picture object being assigned to the shortcut. |
The following VB sample assign a custom size picture to the shortcut named "<img>1</img> <b>Set</b> 1":
With ListBar1 .ShortcutBarHeight = 38 .ShortcutPicture("<img>1</img> <b>Set</b> 1") = "D:\Temp\Icons\misc.gif" End With
The following screen shot shows the shortcutbar when there is no items expanded:
The following screen shot shows the shortcutbar when there is a single shortcut expanded ( Set 1 )