Hi
I have made a custom TabControl and a Custom TabPage to go with it.
The custom TabControl has a collection of custom Tabpages, which shows in
the property editor.
What I need to do now, is to hide the TabPages property inherited from
TabControl. I whant the developer to only use my collection.
Is this possible?
TIA
spif2001
Mick Doherty - 23 Dec 2004 17:15 GMT
You'll need a Custom designer aswell so that the add and remove verbs
add/remove your custom tabpage.
Here's one I prepared earlier. Just swap my tabpage class with yours.
http://dotnetrix.co.uk/tabcontrols.html --> TabControl using Custom TabPages

Signature
Mick Doherty
http://dotnetrix.co.uk/nothing.html
> Hi
>
[quoted text clipped - 10 lines]
> TIA
> spif2001
spif2001 - 29 Dec 2004 08:25 GMT
Thanks a lot!
That was the perfect solution - u saved me hours :)
-spif2001