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>

Methods

GetSerializerProperties()

Returns an enumerable of IXmlSerializerProperty instances which define the properties supported by serialization.

public override IEnumerable<IXmlSerializerProperty> GetSerializerProperties()

Returns

IEnumerable<IXmlSerializerProperty>

Remarks

When not using System.Xml.Serialization.XmlSerializer, derived classes should override this method to define additional properties that should be included by the serializer.

Inherited Members

Extension Methods