How to restore the original docking windows layout that was set within the Windows Forms designer?

9 Dec 20191 minute to read

Calling LoadDesignerDockState() method at run time, will restore the docking windows layout that was set in the Designer.

this.dockingManager1.LoadDesignerDockState();
Me.dockingManager1.LoadDesignerDockState()