JJ
Jisha Joy
Syncfusion Team
September 25, 2007 09:56 AM UTC
Hi Kais,
Thank you for your interest in Syncfusion Products.
When the host control of the DockingManager to a form, then it can be used to dock controls to that form only.
If we want to dock any control to the MDI child from MDI parent then the MDI child object must be assigned as the HostControl of the DockingManager
Here is the code snippet.
this.dockingManager1.HostControl = this.ActiveMdiChild;
this.dockingManager1.DockControl(myText, this.ActiveMdiChild, Syncfusion.Windows.Forms.Tools.DockingStyle.Bottom, 200);
Let me know if you have any questions
Regards,
Jisha