Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
100
Tracking a DockPane when it's not dockable
posted

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-

Parents
No Data
Reply
  • 44743
    posted

    The MdiChildForm class has a Pane property of type DockableControlPane which returns the pane it contains.

Children
No Data