How can I help you?
How to restore the original docking windows layout that was set within the Windows Forms designer?
4 Feb 20251 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()