TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
vinod maurya
NA
1
3.4k
how to increase selected tab header text in tab control in window Application
Jan 29 2011 1:19 AM
hello
I am working on Window base application,here i want increase selected tab header text in tab control at run time and remaining header text as usual.
i have wirten following code
ChangeColor in defined by me.
private void ChangeColor(int i, System.Drawing.Color color)
{
tabControl1.TabPages[i].BackColor=color;
tabControl1.TabPages[i].Font = new System.Drawing.Font("Microsoft Sans Serif", 12f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
}
but it is changing all text header and also changing inside text of tab.
With Regards
Vinod Maurya
Reply
Answers (
2
)
UltraTree Help
Built Login Control system in Asp.net