I can't find the "disable" property of tabpage.
How to do it ?
Someone said that we can set the tabpage's text color to "grey", so I code as:
this.tabpage1.forecolor = Color.Gray.
but it can't work, why?
Try this:
http://groups.google.com/groups/search?hl=en&lr=&safe=off&num=10&q=tabpage+disab
le+author%3AMoreau&safe=off
/claes
>I can't find the "disable" property of tabpage.
> How to do it ?
> Someone said that we can set the tabpage's text color to "grey", so I code
> as:
> this.tabpage1.forecolor = Color.Gray.
> but it can't work, why?
Eric Moreau - 22 Jun 2006 11:48 GMT
See my article of May 2004 on that topic at http://emoreau.s2i.com/

Signature
HTH
Éric Moreau, MCSD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
S2i web inc. (www.s2i.com)
http://emoreau.s2i.com/
> Try this:
> http://groups.google.com/groups/search?hl=en&lr=&safe=off&num=10&q=tabpage+disab
le+author%3AMoreau&safe=off
[quoted text clipped - 7 lines]
>> this.tabpage1.forecolor = Color.Gray.
>> but it can't work, why?