In This Article

XmlTabbedMdiHost Class

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

public class XmlTabbedMdiHost : XmlObjectBase
Inheritance:
object XmlObjectBase object

Constructors

XmlTabbedMdiHost()

Initializes an instance of the class.

public XmlTabbedMdiHost()

Properties

Content

The content of the host.

public XmlObjectBase? Content { get; set; }

Property Value

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