Page1 backcolor property

R

Rachel09

I have created a userform with a MultiPage control containing two tab Pages, Page1 and Page2. I can change the color of the background on the MultiPage, but Page1 does not contain that property

Does anyone know if it's possible to change the backcolor of a Page

Thank you!!
 
P

Peter Hewett

Hi

Only the parent object MultiPage has the BackColor property, not the child
object Page. So just change the MultiPage control BackColor when you switch
pages!

HTH + Cheers - Peter
 
R

Rachel09

Hi

Thanks for your reply. I've found the MultiPage1 control only changes the color in the area to the right of the Page tabs; it doesn't affect the primary background of the Page control

I was hoping there was a way to make the Page controls transparent so they would inherit the backcolor of the Multipage, but I haven't found it as yet

Rachel
 
P

Peter Hewett

Hi Rachel

This is kludgy, but about the best you can do. Overlay each page of the
Multipage control with a Frame. Set the Frame to the innersize of the Page,
have no border and the same backgroung colour as the MultiPage. Unfortunately
the tabs are still their default colour :(

Cheers - Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top