To enable container support for an user control, you need to import
System.ComponentModel and System.ComponentModel.Design and add the following
line before the "Public Class" statement:
<Designer("System.Windows.Forms.Design.ParentContr olDesigner,
System.Design", _
GetType(Design.IDesigner))> _
Richard Rosenheim
"Alejandro Lapeyre" <Al**************@jotmail.com> wrote in message
news:uk**************@TK2MSFTNGP15.phx.gbl...
If I inherit from UserControl I cannot add controls to my UserControl at
design time.
Best Regards,
Alejandro Lapeyre