In This Article

XmlAutoHideTabStrip Class

Represents a serializable version of the auto-hide tab strip on each side of a DockHost, used for saving to XML layout.

public class XmlAutoHideTabStrip : XmlObjectBase
Inheritance:
object XmlObjectBase object

Constructors

XmlAutoHideTabStrip()

Initializes an instance of the class.

public XmlAutoHideTabStrip()

Properties

Children

Gets the collection of children.

public XmlToolWindowContainerCollection Children { get; }

Property Value

XmlToolWindowContainerCollection:

The collection of children.

Side

Gets or sets the side upon which the tabstrip appears.

public Side Side { get; set; }

Property Value

Side:

The side upon which the tabstrip appears.

Inherited Members