MultiPage Component Property

R

RJM

It's possible to change the userform color via it's properties but ho
about the MultiPage control? Does each page of the MultiPage have to b
coded separately? If so, is it a color index thing? Thnx for any help
 
W

William Benson

There's nothing really simple that I know of, but one workaround is

Save a tiny picture of nothing but a color, perhaps in Paint, as a bitmap.
Then tie the Picture property of the MultiPage control's tabs to this bitmap
file. Be sure to set each tab's Picture property. Also, you get the best
performance from setting the PictureSizeMode property of each tab =
fmPictureSizeModeStretch


HTH

Bill
http://www.xlcreations.com
 

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