Articles in this section
Category / Section

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

1 min read

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