Question how to create selected tab from 3tabs as bold

rajathvk90

New member
Joined
Nov 9, 2012
Messages
1
Programming Experience
Beginner
give me a source code to create selected tab from 3tabs as bold in vb.net and c#.if possible give me full code as I am new .
 
To do that you will have to owner-draw the tabs. I've never done that myself but this should give you some ideas:

Mick Doherty's TabControl Tips.

The first tip shows how to do the owner-drawing. The only thing you need to do differently to the norm is use the Bold FontStyle when drawing the text of the selected tab.
 
Back
Top Bottom