XmlAutoHideTabStrip Class

Represents a serializable version of the AutoHideTabStrip 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 List<XmlToolWindowContainer> Children { get; }

Property Value

List<XmlToolWindowContainer>:

The collection of children.

Placement

The side upon which the tabstrip appears.

public Dock Placement { get; set; }

Property Value

Dock

See Also

Inherited Members

Extension Methods