property ExplorerBar.ShortcutResizeBackColor as Color
Retrieves or sets the background color for the shortcut's resize bar.

TypeDescription
Color A color expression that indicates the background color for the slider that resizes the shortcut bar. The last 7 bits in the high significant byte of the color to indicates the identifier of the skin being used. Use the Add method to add new skins to the control. If you need to remove the skin appearance from a part of the control you need to reset the last 7 bits in the high significant byte of the color being applied to the background's part.
The ShortcutResizeBackColor property defines the visual appearance/background color slider that resizes the shortcut bar. Use the ShortcutBarBackColor property to specify the background color of the control's shortcut bar. The visual appearance of the items in the shortcut bar can be defined using skins. The ShortcutBarSelBackColor property to specify the visual appearance/background color for the selected icon/picture in the last item of the shortcut bar. The last item in the shortcut bar displays only icons or custom size pictures for each shortcut defined using the Shortcut property of the Group object. The ShortcutBarSelCaptionBackColor property defines the visual appearance/background color for the selected shortcut, when the full HTML caption is displayed.