Class LayoutAnchorablePane
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
CanHide
Gets whether the pane can be hidden.
public bool CanHide { get; }
Property Value
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
IsHostedInFloatingWindow
Gets whether the pane is hosted in a floating window.
public bool IsHostedInFloatingWindow { get; }
Property Value
Name
Gets whether the pane is hosted in a floating window.
public string Name { get; set; }
Property Value
SelectedContent
Gets the selected content in the pane or null.
public LayoutContent SelectedContent { get; }
Property Value
SelectedContentIndex
Gets or sets the index of the selected content in the pane.
public int SelectedContentIndex { get; set; }
Property Value
Methods
ChildMoved(int, int)
protected override void ChildMoved(int oldIndex, int newIndex)
Parameters
ConsoleDump(int)
public override void ConsoleDump(int tab)
Parameters
tab
int
GetVisibility()
protected override bool GetVisibility()
Returns
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
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
ILayoutContainernewValue
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