I'm trying to figure out the correct way to identify a docked pane that has been "undocked" and added as a tab to an TabbedMdiManager. Once it's part of the MdiManager, it's now an MdiChildForm object. How can I figure out which docked pane it came from?
Thanks,
-pete-
The MdiChildForm class has a Pane property of type DockableControlPane which returns the pane it contains.