Disable the Close action button and menu items.

Namespace: MDIWindowManager
Assembly: MDIWindowManager (MDIWindowManager)

Syntax

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