In This Article

XmlAutoHideHost Class

Represents a serializable version of the auto-hide portion of a DockHost, used for saving to XML layout.

public class XmlAutoHideHost : XmlObjectBase
Inheritance:
object XmlObjectBase object

Constructors

XmlAutoHideHost()

Initializes an instance of the class.

public XmlAutoHideHost()

Properties

Children

Gets the collection of children.

public XmlAutoHideTabStripCollection Children { get; }

Property Value

XmlAutoHideTabStripCollection:

The collection of children.

Inherited Members