Articles in this section
Category / Section

How to find the panel is docked or not in WinForms Docking Manager?

1 min read

Docking method

GetEnableDocking is the method used to know the current docking status of the control. You can use the following code to know the current docking status of the control.

C#

this.dockingManager1.GetEnableDocking(this.panel1);

 

VB

Me.dockingManager1.GetEnableDocking(Me.panel1)

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments
Please sign in to leave a comment
Access denied
Access denied