VB.NET AddIn: How to put a bitmap into the PropertyManager?

Please see the attached picture. I want to add a bitmap into the PropertyManager.

I have found that there is a command called IpropertyManagerPageBitmap:  2014 SOLIDWORKS API Help - IPropertyManagerPageBitmap Interface Members

Is it the correct command for this task? Actually I tried with this command on my own, but none of them worked. So I am confused maybe it is not the correct command. Could somebody help me out? Thanks!

My local declaration:

dim pic0 as string

pic0 = "c:\picture0.jpg"

SolidworksApi macros