XmlDockSiteLayout Class
Represents the serializable root node for a DockSite layout.
public class XmlDockSiteLayout : XmlObjectBase
- Inheritance:
- object XmlObjectBase object
Constructors
XmlDockSiteLayout()
Initializes an instance of the class.
public XmlDockSiteLayout()
Properties
AutoHideContainers
The auto-hide containers of the dock site.
Content
The content of the dock site.
DockHosts
The collection of dock hosts.
public List<XmlDockHost> DockHosts { get; }
Property Value
- List<XmlDockHost>:
The collection of dock hosts.
DocumentWindows
The collection of document windows.
SerializationFormat
The serialization format used when saving the layout.
public DockSiteSerializationBehavior SerializationFormat { get; set; }
Property Value
ToolWindows
The collection of tool windows.
Version
The layout version.
Methods
ShouldSerializeDockHosts()
Determines if the DockHosts property should be serialized.
public virtual bool ShouldSerializeDockHosts()
Returns
ShouldSerializeDocumentWindows()
Determines if the DocumentWindows property should be serialized.
public virtual bool ShouldSerializeDocumentWindows()
Returns
- bool:
true
if the DocumentWindows property should be serialized; otherwise,false
.
ShouldSerializeToolWindows()
Determines if the ToolWindows property should be serialized.
public virtual bool ShouldSerializeToolWindows()
Returns
- bool:
true
if the ToolWindows property should be serialized; otherwise,false
.
ShouldSerializeVersion()
Determines if the Version property should be serialized.
public virtual bool ShouldSerializeVersion()
Returns
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()