On a userform, I've got a multipage object. It has 3 pages (page objects). I want to set the colour of the page objects to white. I can set the backcolor property of the multipage object, but this only changes the colour of a thin strip at the top behind the tabs.
The properties of the actual page objects do not include a backcolor property. So is it possible to change the background colour of the pages, or are we stuck with mid-grey?
As a way of getting round it, I created a white bitmap and set the page.picture property to it. That almost does the job, but the tab of the page is still grey. Any suggestions?
The properties of the actual page objects do not include a backcolor property. So is it possible to change the background colour of the pages, or are we stuck with mid-grey?
As a way of getting round it, I created a white bitmap and set the page.picture property to it. That almost does the job, but the tab of the page is still grey. Any suggestions?