In This Article

XmlAutoHideContainers Class

Represents a serializable version of the various auto-hide containers (e.g., AutoHideLeftContainers) of a DockHost, used for saving to XML layout.

public class XmlAutoHideContainers : XmlObjectBase
Inheritance:
object XmlObjectBase object

Constructors

XmlAutoHideContainers()

Initializes an instance of the class.

public XmlAutoHideContainers()

Properties

Children

The collection of children.

public List<XmlAutoHideTabStrip> Children { get; }

Property Value

List<XmlAutoHideTabStrip>

Inherited Members

Extension Methods