In This Article

XmlSplitContainer Class

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

public class XmlSplitContainer : XmlDockingObject
Inheritance:
object XmlObjectBase XmlDockingObject object

Constructors

XmlSplitContainer()

Initializes an instance of the XmlSplitContainer class.

public XmlSplitContainer()

Properties

Children

Gets the collection of children.

public XmlDockingObjectCollection Children { get; }

Property Value

XmlDockingObjectCollection:

The collection of children.

DockedSize

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

public Size DockedSize { get; set; }

Property Value

Size:

The size of the control when in a Docked state.

DockedSizeSerializable

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

public string DockedSizeSerializable { get; set; }

Property Value

string:

The size of the control when in a Docked state.

Orientation

Gets or sets the orientation of the container.

public Orientation Orientation { get; set; }

Property Value

Orientation:

The orientation of the container.

Methods

ShouldSerializeDockedSizeSerializable()

Determines if the DockedSizeSerializable property should be serialized.

public virtual bool ShouldSerializeDockedSizeSerializable()

Returns

bool:

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

Inherited Members