IfYouSaySo
Well-known member
I'm making my own user control, and I want it to act like a container at design. Basically the control is doing some custom draw code, and also contains a normal Panel. So now, when I put my control onto my Form at design time, I will obviously want to be able to drag other controls into my control, similar to the way a panel works. I.e. it will generate the code behind the scenes to do the appropriate mycontrol.Panel1.Controls.Add call against whatever object.
Thanks for any suggestions or ideas...
Thanks for any suggestions or ideas...