I am building an ActiveX Control that has control resizing properties in it.

What I want to know is how does the UserControl know when a user drops a control on it during design-time? I need to automatically run some code when a control is dropped onto the container.

Any thoughts?

Imp