In Explorer, when you go to e.g. My Pictures folder a picture icon is displayed over the titlebar of the item. This should be supported in the ExplorerBar control. |
A new BarTitleImageList property has been added, along with an IconIndex property for the cExplorerBar class. This allows you to display an icon in the title of the control (Note that the Windows control actually uses an alpha-bitmap to achieve this, but that isn’t so easy to do in VB so an Icon makes it easier). |