How do I combine 2 controls into one and still maintain the design time features of the individual controls. Basically I am trying to put a label and text box into a pannel and making a custom control/control. Once I drag and drop the new control on my form I still should be able to see the design time features of textbox,label etc like properties/methods/events etc at design time. Supposed on a form that I dropped my control say I do not want a textbox for some reason the user should be able to delete it by selecting the textbox and hitting the delete button as we do in visual studio designer/Editor 2003.
I would appreciate if some one has a sample code or point me in the right direction.