UserControl designer

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've got a UserControl which itself has a panel control on it. I want to make
it so that other controls can be dropped onto this panel during design time.

Can someone tell me how I can do this? If I've not explained well enough
then tell me and I'll attempt to rephrase.

Thanks.
 
Barguast said:
I've got a UserControl which itself has a panel control on it. I want to make
it so that other controls can be dropped onto this panel during design time.

Can someone tell me how I can do this? If I've not explained well enough
then tell me and I'll attempt to rephrase.

Thanks.

Try making the Panel's Modifier property Public
 
Back
Top