Articles in this section

How to programmatically activate a docking window in WinForms Docking Manager?

Docking method

You can invoke the DockingManager.ActivateControl(Control ctrl) method with the dockable control as the parameter.

C#

this.dockingManager1.ActivateControl(this.panel1);

 

VB

Me.dockingManager1.ActivateControl(Me.panel1)

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Access denied
Access denied