Table of Contents

Class LayoutAnchorablePane

Namespace
HeBianGu.Control.Dock.Layout
Assembly
HeBianGu.Control.Dock.dll

Implements the model for a layout anchorable pane control (a pane in a tool window environment). A layout anchorable pane control can have multiple LayoutAnchorable controls as its children.

[Serializable]
public class LayoutAnchorablePane : LayoutPositionableGroup<LayoutAnchorable>, ILayoutGroup, IXmlSerializable, ILayoutAnchorablePane, ILayoutPanelElement, ILayoutPane, ILayoutContainer, ILayoutElementWithVisibility, ILayoutElement, INotifyPropertyChanged, INotifyPropertyChanging, ILayoutContentSelector
Inheritance
LayoutAnchorablePane
Implements
Inherited Members
Extension Methods

Constructors

LayoutAnchorablePane()

Class constructor

public LayoutAnchorablePane()

LayoutAnchorablePane(LayoutAnchorable)

Class constructor from LayoutAnchorable which will be added into its children collection.

public LayoutAnchorablePane(LayoutAnchorable anchorable)

Parameters

anchorable LayoutAnchorable

Properties

CanClose

Gets whether the pane can be closed.

public bool CanClose { get; }

Property Value

bool

CanHide

Gets whether the pane can be hidden.

public bool CanHide { get; }

Property Value

bool

IsDirectlyHostedInFloatingWindow

Gets whether the model hosts only 1 LayoutAnchorable (True) or whether there are more than one LayoutAnchorables below this model pane.

public bool IsDirectlyHostedInFloatingWindow { get; }

Property Value

bool

IsHostedInFloatingWindow

Gets whether the pane is hosted in a floating window.

public bool IsHostedInFloatingWindow { get; }

Property Value

bool

Name

Gets whether the pane is hosted in a floating window.

public string Name { get; set; }

Property Value

string

SelectedContent

Gets the selected content in the pane or null.

public LayoutContent SelectedContent { get; }

Property Value

LayoutContent

SelectedContentIndex

Gets or sets the index of the selected content in the pane.

public int SelectedContentIndex { get; set; }

Property Value

int

Methods

ChildMoved(int, int)

protected override void ChildMoved(int oldIndex, int newIndex)

Parameters

oldIndex int
newIndex int

ConsoleDump(int)

public override void ConsoleDump(int tab)

Parameters

tab int

GetVisibility()

protected override bool GetVisibility()

Returns

bool

IndexOf(LayoutContent)

Gets the index of the layout content (which is required to be a LayoutAnchorable) or -1 if the layout content is not a LayoutAnchorable or is not part of the childrens collection.

public int IndexOf(LayoutContent content)

Parameters

content LayoutContent

Returns

int

OnChildrenCollectionChanged()

Raise an event to inform supscribers that the children collection down the tree of this object has changed.

protected override void OnChildrenCollectionChanged()

OnParentChanged(ILayoutContainer, ILayoutContainer)

Provides derived classes an opportunity to handle changes to the Parent property.

protected override void OnParentChanged(ILayoutContainer oldValue, ILayoutContainer newValue)

Parameters

oldValue ILayoutContainer
newValue ILayoutContainer

ReadXml(XmlReader)

provides a standard overridable implementation for deriving classes.

public override void ReadXml(XmlReader reader)

Parameters

reader XmlReader

WriteXml(XmlWriter)

provides a standard overridable implementation for deriving classes.

public override void WriteXml(XmlWriter writer)

Parameters

writer XmlWriter