Show or hide the Close Window button.

Namespace: MDIWindowManager
Assembly: MDIWindowManager (MDIWindowManager)

Syntax

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