I have a windows user control "MyControl" which contains a method "MyMethod".

I add the control dynamically to my form which is easy enough but how does my parent form then call the method ?

TIA