G Guest Jan 31, 2005 #1 I have a tab control on my form, how can i make the font on the tab bold when it is seleceted by the user?
I have a tab control on my form, how can i make the font on the tab bold when it is seleceted by the user?
M Mick Doherty Jan 31, 2005 #2 You'll need to ownerdraw it (set Drawmode to OwnerDrawFixed and handle the Tabcontrols DrawItem method) Some tips for TabControl modification: http://dotnetrix.co.uk/tabcontrols.html
You'll need to ownerdraw it (set Drawmode to OwnerDrawFixed and handle the Tabcontrols DrawItem method) Some tips for TabControl modification: http://dotnetrix.co.uk/tabcontrols.html