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

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.

See Also

Children

The collection of children.

public List<XmlObjectBase> Children { get; }

Property Value

List<XmlObjectBase>

Inherited Members

Extension Methods