Articles in this section

How to track the state of a docking window in WinForms Docking Manager?

State of docking window

The Docking Manager allows to get the current state of particular docking window by GetState() method. Please refer the below code snippet.

 

C#

this.dockingmanager1.GetState(panel1);

VB

Me.dockingManager1.GetState(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