Articles in this section
Category / Section

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

1 min read

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)
Please sign in to leave a comment
Access denied
Access denied