Show or hide the window layout options buttons.

Namespace: MDIWindowManager
Assembly: MDIWindowManager (MDIWindowManager)

Syntax

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