In This Article

XmlToolWindow Class

Represents a serializable version of the ToolWindow class, used for saving to XML layout.

public class XmlToolWindow : XmlDockingWindow
Inheritance:
object XmlObjectBase XmlDockingObject XmlDockingWindow object

Constructors

XmlToolWindow()

Initializes an instance of the XmlToolWindow class.

public XmlToolWindow()

Properties

ContainerAutoHideSize

Gets or sets the size of the docking window's container when in a Docked state.

public Size ContainerAutoHideSize { get; set; }

Property Value

Size:

The size of the docking window's container when in a Docked state.

ContainerAutoHideSizeSerializable

Gets or sets the size of the control when in a Docked state.

public string ContainerAutoHideSizeSerializable { get; set; }

Property Value

string:

The size of the control when in a Docked state.

Methods

ShouldSerializeContainerAutoHideSizeSerializable()

Determines if the ContainerAutoHideSizeSerializable property should be serialized.

public virtual bool ShouldSerializeContainerAutoHideSizeSerializable()

Returns

bool:

true if the ContainerAutoHideSizeSerializable property should be serialized; otherwise, false.

Inherited Members