Launch form into TabbedMDImanager control from child form

If I'm in a child of the TabbedMdiManager and want to spawn another form into the manager then how do I get a handle to the TabbedMdiManager from the child form? I've tried getting a handle by using this.MdiParent but that doesn't seem to work.

1 Reply

AD Administrator Syncfusion Team July 31, 2003 07:49 PM UTC

By passing a reference to the TabbedMDIManager to the child form I was able to add another form to it.

Loader.
Up arrow icon