Disable the Popout Window action button and menu items.

Namespace: MDIWindowManager
Assembly: MDIWindowManager (MDIWindowManager)

Syntax

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