Update released.

Bugfix that the Text property was not the default property in the SbrPanel object.

Included the PictureOnRight property of a Panel in the StatusBar control.

I needed to edit the type lib for SbrPanel anyway in the VBCCR18.OCX. Thus the new PictureOnRight property is also included. (similar to IconOnRight in LvwColumnHeader)

The Picture of a Panel will now be drawn embossed when the Enabled property is False in the StatusBar control.
Also the grayed text is now drawn using TextOut instead of DrawState for standard VB-ish appearance.

Bug in the internal ReCreateToolBar method that the button menus picture property was not restored.