XmlDockingWindowRef Class
Represents a serializable version of the DockingWindow class reference, used for saving to XML layout.
public abstract class XmlDockingWindowRef : XmlDockingObject
- Inheritance:
- object XmlObjectBase XmlDockingObject object
- Derived:
- XmlDocumentWindowRef XmlToolWindowRef
Constructors
XmlDockingWindowRef()
Initializes an instance of the class.
protected XmlDockingWindowRef()
Properties
UniqueId
Gets or sets the unique ID of the window.
Methods
ShouldSerializeUniqueId()
Determines if the UniqueId property should be serialized.
public virtual bool ShouldSerializeUniqueId()
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()