Allows MDIWindowManager to automatically take control of MDI child windows.

Namespace: MDIWindowManager
Assembly: MDIWindowManager (MDIWindowManager)

Syntax

Visual Basic (Declaration)
Public Property AutoDetectMdiChildWindows As Boolean
C#
public bool AutoDetectMdiChildWindows { get; set; }
C++
public:
bool AutoDetectMdiChildWindows {
	bool get ();
	void set (bool value);
}