In This Article

XmlStandardMdiHost Class

Represents a serializable version of the StandardMdiHost class reference, used for saving to XML layout.

public class XmlStandardMdiHost : XmlObjectBase
Inheritance:
object XmlObjectBase object

Constructors

XmlStandardMdiHost()

Initializes an instance of the class.

public XmlStandardMdiHost()

Properties

AreWindowsMaximized

Gets or sets whether windows in the host are currently maximized.

public bool AreWindowsMaximized { get; set; }

Property Value

bool:

true if windows in the host are currently maximized; otherwise, false.

Children

Gets the collection of children.

public XmlDockingObjectCollection Children { get; }

Property Value

XmlDockingObjectCollection:

The collection of children.

Inherited Members