PDA

View Full Version : Solved: Font Control for MultiPage



MWE
07-17-2006, 05:43 PM
How does one change the font size/attributes for the page "names" in a MultiPage Control.

Jacob Hilderbrand
07-17-2006, 06:37 PM
Select the control and in the Properties Window there is a Font property. Click the ... and you will get more options.

Also make sure you select the MultiPage and not one of the pages. You need to click the outside border of the control, or select it from the Properties Window drop-down.

malik641
07-17-2006, 06:47 PM
And you can have fun with the MultiPage control using code :)

MultiPage1.Font.Name = "Arial"