Articles in this section
Category / Section

How get whether a docking window is in floating state or not in WinForms Docking Manager?

1 min read

Docking method

The dockingmanager has a method called IsFloating which returns true if the control is in floating state and false if the control is in other states.

C#

// Returns true if control is in Floating.Otherwise false.
dockingManager1.IsFloating(this.panel1);

 

VB

' Returns true if control is in Floating.Otherwise false.
DockingManager1.IsFloating(me.panel1)

 

UG document link: https://help.syncfusion.com/windowsforms/dockingmanager/dealing-with-docking-child#identify-whether-the-window-is-docking-or-not

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