I have a custom Panel
with another Panel
in it. I would like to drop controls into that second Panel in design mode. I tried fixing up MSDN's example from here (using ControlDesigner
) and set up the GetHitTest
method to get when the cursor is over the child control.
But what now? How can I actually do anything with the child Panel?