Changing the font used to draw tabs in CPropertyPage
-
I have a CPropertySheet object that has four CPropertyPages attached to it. How can I have the tab control of one page display as bold text and the others as normal text? Also, can this be changed dynamically at any time or can it only be done when my dialog is initialized? Thanks!
-
I have a CPropertySheet object that has four CPropertyPages attached to it. How can I have the tab control of one page display as bold text and the others as normal text? Also, can this be changed dynamically at any time or can it only be done when my dialog is initialized? Thanks!
i think the only way to do this is to make the tab control within the propertysheet owner draw. check out Ownerdraw Tab Controls - Borders and All and if you've got any further queries i'd be happy to help.