Show or hide the panel's titlebar.

Namespace: MDIWindowManager
Assembly: MDIWindowManager (MDIWindowManager)

Syntax

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