In This Article

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

Methods

GetSerializerProperties()

Returns an enumerable of IXmlSerializerProperty instances which define the properties supported by serialization.

public override IEnumerable<IXmlSerializerProperty> GetSerializerProperties()

Returns

IEnumerable<IXmlSerializerProperty>

Remarks

When not using System.Xml.Serialization.XmlSerializer, derived classes should override this method to define additional properties that should be included by the serializer.

Inherited Members

Extension Methods