Yep. However, currently this is only possible with the C# language. See the
thread linked below.
http://www.google.ca/groups?hl=en&lr=&selm=u5AzXZfGFHA.2524%40TK2MSFTNGP15.phx.gbl

Signature
Tim Wilson
.Net Compact Framework MVP
Tim
I here again. Thaks for the replay.
Now, I have a another question. I want create a new Tabcontrol. For each
tabpage add, I want a Panel in Tabpage created in design-time. It's possible ?
Rogerio Jun
> Yep. However, currently this is only possible with the C# language. See the
> thread linked below.
> http://www.google.ca/groups?hl=en&lr=&selm=u5AzXZfGFHA.2524%40TK2MSFTNGP15.phx.gbl
>
> > It's possible to implement Windows Forms Controls and Components with
> > Design-Time Features ?
Tim Wilson - 28 Feb 2005 17:50 GMT
I assume that you are looking to create a design-time experience similar to
the full framework or compact framework TabControl... If I'm understanding
you correctly, this will require custom Designers and will be pretty
involved to implement properly. I'll pass along a few article links that
should help you understand the custom design process a little better. Note
that none of these articles will guide you through the process step-by-step,
but they should arm you with enough information to get you going in the
right direction. There is a lot of information that will overlap between
these links, but it just helps to reinforce the basics.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/c
ustdsgnrdotnet.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/c
ustcodegen.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/p
dc_vsdescmp.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/v
snetpropbrow.asp
http://msdn.microsoft.com/msdnmag/issues/03/04/Design-TimeControls/default.aspx
http://msdn.microsoft.com/msdnmag/issues/03/05/Design-TimeControls/default.aspx
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cp
conenhancingdesign-timesupport.asp
In addition, since your design-time control is really a full framework
assembly, here are a few newsgroups that you may want to google search for
some additional information.
microsoft.public.dotnet.framework.windowsforms.controls
microsoft.public.dotnet.framework.windowsforms.designtime

Signature
Tim Wilson
.Net Compact Framework MVP
> Tim
>
[quoted text clipped - 7 lines]
> > Yep. However, currently this is only possible with the C# language. See the
> > thread linked below.
http://www.google.ca/groups?hl=en&lr=&selm=u5AzXZfGFHA.2524%40TK2MSFTNGP15.phx.gbl
> > > It's possible to implement Windows Forms Controls and Components with
> > > Design-Time Features ?