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.
Inherited Members
- XmlObjectBase.PointToString(Point?)
- XmlObjectBase.RectToString(Rect?)
- XmlObjectBase.SizeToString(Size?)
- XmlObjectBase.StringToPoint(string)
- XmlObjectBase.StringToRect(string)
- XmlObjectBase.StringToSize(string)
- XmlObjectBase.StringToType(string)
- XmlObjectBase.TypeToString(Type)
- XmlObjectBase.Tag
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()