subclass tabpage

G

Guest

I would like to build a tabcontrol containing subclassed tabpages that will
support some additional properties and possibly methods. This is not a
problem in code but is it possible to configure the tabcontrol so that I can
use the TabPage Collection Editor to add new MyTabPage objects instead of
TabPage objects? I think can get around this at run time by creating new
MyTabPags and doing a switcharoo with the contained controls but it would be
nice to avoid all that.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top