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

Gets or sets the content of the host.

public XmlObjectBase Content { get; set; }

Property Value

XmlObjectBase:

The content of the host.

Inherited Members