2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Identify control is in MDI mode or notThe IsMDIMode method of DockingManager is used to determine the MDI state of a docked window. This method takes the control as its argument and returns true when the specified control is in MDI child mode, false otherwise. Please refer the below code snippet which illustrates this: C# MessageBox.Show(this.dockingManager1.IsMDIMode(panel).ToString());
VB MessageBox.Show(Me.DockingManager1.IsMDIMode(panel).ToString()) Sample: http://help.syncfusion.com/support/samples/kb/Tools.Windows/TDMDI/MDImode.zip UG document link: https://help.syncfusion.com/windowsforms/dockingmanager/mdi-window#identify-control-is-in-mdi-mode-or-not |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.