Allows the panel to disappear when no windows exist.

Namespace: MDIWindowManager
Assembly: MDIWindowManager (MDIWindowManager)

Syntax

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