Software Development Network>> VS Team System>> tabControl Color ? howto
Hi, Witkey
It seems tabcontrol has not such properties to set the title text style.
So, I'm afraid you have to implement another "tabcontrol" for your self.
Here is some info about how to implement a custom control: http://samples.gotdotnet.com/quickstart/winforms/doc/WinFormsCreatingControls.aspx
http://www.codeproject.com/cs/miscctrl/ScrollingTextControlArtic.asp
http://blogs.msdn.com/jfoscoding/archive/2004/12/06/275505.aspx
Hope it helps
Thank you
tabControl Color ? howto
KjellSJ
Hi, Witkey
It seems tabcontrol has not such properties to set the title text style.
So, I'm afraid you have to implement another "tabcontrol" for your self.
Here is some info about how to implement a custom control: http://samples.gotdotnet.com/quickstart/winforms/doc/WinFormsCreatingControls.aspx
http://www.codeproject.com/cs/miscctrl/ScrollingTextControlArtic.asp
http://blogs.msdn.com/jfoscoding/archive/2004/12/06/275505.aspx
Hope it helps
Thank you
widd