Table of Contents

Class DockingManager

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

This interface is implemented by a class that can display an HeBianGu.Control.Dock.Controls.IOverlayWindow, which in turn is used to arrange the docking layout of a document or tool window in HeBianGu.Control.Dock.

[TemplatePart(Name = "PART_AutoHideArea")]
public class DockingManager : Control, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
Inheritance
DockingManager
Implements
Inherited Members
Extension Methods

Constructors

DockingManager()

Class constructor.

public DockingManager()

Fields

ActiveContentProperty

ActiveContent dependency property.

public static readonly DependencyProperty ActiveContentProperty

Field Value

DependencyProperty

AllowMixedOrientationProperty

AllowMixedOrientation dependency property.

public static readonly DependencyProperty AllowMixedOrientationProperty

Field Value

DependencyProperty

AnchorGroupTemplateProperty

AnchorGroupTemplate dependency property.

public static readonly DependencyProperty AnchorGroupTemplateProperty

Field Value

DependencyProperty

AnchorSideTemplateProperty

The AnchorSideTemplate dependency property.

public static readonly DependencyProperty AnchorSideTemplateProperty

Field Value

DependencyProperty

AnchorTemplateProperty

AnchorTemplate dependency property.

public static readonly DependencyProperty AnchorTemplateProperty

Field Value

DependencyProperty

AnchorableContextMenuProperty

AnchorableContextMenu dependency property.

public static readonly DependencyProperty AnchorableContextMenuProperty

Field Value

DependencyProperty

AnchorableHeaderTemplateProperty

AnchorableHeaderTemplate dependency property.

public static readonly DependencyProperty AnchorableHeaderTemplateProperty

Field Value

DependencyProperty

AnchorableHeaderTemplateSelectorProperty

AnchorableHeaderTemplateSelector dependency property.

public static readonly DependencyProperty AnchorableHeaderTemplateSelectorProperty

Field Value

DependencyProperty

AnchorablePaneControlStyleProperty

AnchorablePaneControlStyle dependency property.

public static readonly DependencyProperty AnchorablePaneControlStyleProperty

Field Value

DependencyProperty

AnchorablePaneTemplateProperty

AnchorablePaneTemplate dependency property

public static readonly DependencyProperty AnchorablePaneTemplateProperty

Field Value

DependencyProperty

AnchorableTitleTemplateProperty

AnchorableTitleTemplate dependency property.

public static readonly DependencyProperty AnchorableTitleTemplateProperty

Field Value

DependencyProperty

AnchorableTitleTemplateSelectorProperty

AnchorableTitleTemplateSelector dependency property.

public static readonly DependencyProperty AnchorableTitleTemplateSelectorProperty

Field Value

DependencyProperty

AnchorablesSourceProperty

AnchorablesSource dependency property.

public static readonly DependencyProperty AnchorablesSourceProperty

Field Value

DependencyProperty

AutoHideDelayProperty

Implements the backing store of the AutoHideDelay dependency property.

public static readonly DependencyProperty AutoHideDelayProperty

Field Value

DependencyProperty

AutoHideWindowProperty

public static readonly DependencyProperty AutoHideWindowProperty

Field Value

DependencyProperty

AutoWindowSizeWhenOpenedProperty

public static readonly DependencyProperty AutoWindowSizeWhenOpenedProperty

Field Value

DependencyProperty

BottomSidePanelProperty

BottomSidePanel dependency property.

public static readonly DependencyProperty BottomSidePanelProperty

Field Value

DependencyProperty

DocumentContextMenuProperty

DocumentContextMenu dependency property.

public static readonly DependencyProperty DocumentContextMenuProperty

Field Value

DependencyProperty

DocumentHeaderTemplateProperty

DocumentHeaderTemplate dependency property.

public static readonly DependencyProperty DocumentHeaderTemplateProperty

Field Value

DependencyProperty

DocumentHeaderTemplateSelectorProperty

DocumentHeaderTemplateSelector dependency property.

public static readonly DependencyProperty DocumentHeaderTemplateSelectorProperty

Field Value

DependencyProperty

DocumentPaneControlStyleProperty

DocumentPaneControlStyle dependency property.

public static readonly DependencyProperty DocumentPaneControlStyleProperty

Field Value

DependencyProperty

DocumentPaneMenuItemHeaderTemplateProperty

public static readonly DependencyProperty DocumentPaneMenuItemHeaderTemplateProperty

Field Value

DependencyProperty

DocumentPaneMenuItemHeaderTemplateSelectorProperty

public static readonly DependencyProperty DocumentPaneMenuItemHeaderTemplateSelectorProperty

Field Value

DependencyProperty

DocumentPaneTemplateProperty

DocumentPaneTemplate dependency property.

public static readonly DependencyProperty DocumentPaneTemplateProperty

Field Value

DependencyProperty

DocumentTitleTemplateProperty

DocumentTitleTemplate dependency property.

public static readonly DependencyProperty DocumentTitleTemplateProperty

Field Value

DependencyProperty

DocumentTitleTemplateSelectorProperty

DocumentTitleTemplateSelector dependency property.

public static readonly DependencyProperty DocumentTitleTemplateSelectorProperty

Field Value

DependencyProperty

DocumentsSourceProperty

DocumentsSource dependency property.

public static readonly DependencyProperty DocumentsSourceProperty

Field Value

DependencyProperty

GridSplitterHeightProperty

GridSplitterHeight dependency property.

public static readonly DependencyProperty GridSplitterHeightProperty

Field Value

DependencyProperty

GridSplitterHorizontalStyleProperty

GridSplitterHorizontalStyle Dependency Property

public static readonly DependencyProperty GridSplitterHorizontalStyleProperty

Field Value

DependencyProperty

GridSplitterVerticalStyleProperty

GridSplitterVerticalStyle Dependency Property

public static readonly DependencyProperty GridSplitterVerticalStyleProperty

Field Value

DependencyProperty

GridSplitterWidthProperty

GridSplitterWidth dependency property.

public static readonly DependencyProperty GridSplitterWidthProperty

Field Value

DependencyProperty

IconContentTemplateProperty

IconContentTemplate dependency property.

public static readonly DependencyProperty IconContentTemplateProperty

Field Value

DependencyProperty

IconContentTemplateSelectorProperty

IconContentTemplateSelector dependency property.

public static readonly DependencyProperty IconContentTemplateSelectorProperty

Field Value

DependencyProperty

LayoutItemContainerStyleProperty

LayoutItemContainerStyle dependency property.

public static readonly DependencyProperty LayoutItemContainerStyleProperty

Field Value

DependencyProperty

LayoutItemContainerStyleSelectorProperty

LayoutItemContainerStyleSelector dependency property.

public static readonly DependencyProperty LayoutItemContainerStyleSelectorProperty

Field Value

DependencyProperty

LayoutItemTemplateProperty

LayoutItemTemplate dependency property.

public static readonly DependencyProperty LayoutItemTemplateProperty

Field Value

DependencyProperty

LayoutItemTemplateSelectorProperty

LayoutItemTemplateSelector dependency property.

public static readonly DependencyProperty LayoutItemTemplateSelectorProperty

Field Value

DependencyProperty

LayoutProperty

Layout dependency property.

public static readonly DependencyProperty LayoutProperty

Field Value

DependencyProperty

LayoutRootPanelProperty

LayoutRootPanel dependency property.

public static readonly DependencyProperty LayoutRootPanelProperty

Field Value

DependencyProperty

LayoutUpdateStrategyProperty

LayoutUpdateStrategy dependency property.

public static readonly DependencyProperty LayoutUpdateStrategyProperty

Field Value

DependencyProperty

LeftSidePanelProperty

LeftSidePanel dependency property.

public static readonly DependencyProperty LeftSidePanelProperty

Field Value

DependencyProperty

RightSidePanelProperty

RightSidePanel dependency property.

public static readonly DependencyProperty RightSidePanelProperty

Field Value

DependencyProperty

ShowSystemMenuProperty

ShowSystemMenu dependency property.

public static readonly DependencyProperty ShowSystemMenuProperty

Field Value

DependencyProperty

ThemeProperty

Theme dependency property.

public static readonly DependencyProperty ThemeProperty

Field Value

DependencyProperty

TopSidePanelProperty

TopSidePanel dependency property.

public static readonly DependencyProperty TopSidePanelProperty

Field Value

DependencyProperty

Properties

ActiveContent

Gets/sets the content that is currently active (document,anchoreable, or null).

[Bindable(true)]
public object ActiveContent { get; set; }

Property Value

object

AllowMixedOrientation

Gets/sets whether the DockingManager should allow mixed orientation for document panes.

[Bindable(true)]
public bool AllowMixedOrientation { get; set; }

Property Value

bool

AnchorGroupTemplate

Gets/sets the ControlTemplate used to render the LayoutAnchorGroupControl.

[Bindable(true)]
public ControlTemplate AnchorGroupTemplate { get; set; }

Property Value

ControlTemplate

AnchorSideTemplate

Gets/sets the ControlTemplate used to render LayoutAnchorSideControl.

[Bindable(true)]
public ControlTemplate AnchorSideTemplate { get; set; }

Property Value

ControlTemplate

AnchorTemplate

Gets/sets the ControlTemplate used to render a LayoutAnchorControl.

[Bindable(true)]
public ControlTemplate AnchorTemplate { get; set; }

Property Value

ControlTemplate

AnchorableContextMenu

Gets/sets the ContextMenu to show on an anchorable.

[Bindable(true)]
public ContextMenu AnchorableContextMenu { get; set; }

Property Value

ContextMenu

AnchorableHeaderTemplate

Gets/sets the DataTemplate to use for a header of an anchorable.

[Bindable(true)]
public DataTemplate AnchorableHeaderTemplate { get; set; }

Property Value

DataTemplate

AnchorableHeaderTemplateSelector

Gets/sets the DataTemplateSelector to use for selecting the DataTemplate for the header of an anchorable.

[Bindable(true)]
public DataTemplateSelector AnchorableHeaderTemplateSelector { get; set; }

Property Value

DataTemplateSelector

AnchorablePaneControlStyle

Gets/sets the Style to apply to LayoutAnchorablePaneControl.

[Bindable(true)]
public Style AnchorablePaneControlStyle { get; set; }

Property Value

Style

AnchorablePaneTemplate

Gets/sets the ControlTemplate used to render LayoutAnchorablePaneControl.

[Bindable(true)]
public ControlTemplate AnchorablePaneTemplate { get; set; }

Property Value

ControlTemplate

AnchorableTitleTemplate

Gets/sets the DataTemplate to use for the title of an anchorable.

[Bindable(true)]
public DataTemplate AnchorableTitleTemplate { get; set; }

Property Value

DataTemplate

AnchorableTitleTemplateSelector

Gets/sets the DataTemplateSelector to use when selecting a DataTemplate for the title of an anchorable.

[Bindable(true)]
public DataTemplateSelector AnchorableTitleTemplateSelector { get; set; }

Property Value

DataTemplateSelector

AnchorablesSource

Gets/sets the source collection for all LayoutAnchorable objects managed in this framework.

[Bindable(true)]
public IEnumerable AnchorablesSource { get; set; }

Property Value

IEnumerable

AutoHideDelay

Gets/sets the wait time in milliseconds that is applicable when the system AutoHides a LayoutAnchorableControl (reduces it to a side anchor) after the user:

  1. clicks on a LayoutAnchorControl that is anchored in one of the Layout property sides (top, right, left, or bottom) and

  2. clicks somewhere else into a focusable element (different document).

Expected behavior: The system waits for the configured time and reduces the LayoutAnchorableControl (into its side anchor). Recommended configuration value range should be between 0 and 1500 milliseconds.

[Bindable(true)]
public int AutoHideDelay { get; set; }

Property Value

int

AutoHideWindow

Gets the LayoutAutoHideWindowControl that is currently shown as autohide window.

[Bindable(true)]
public LayoutAutoHideWindowControl AutoHideWindow { get; }

Property Value

LayoutAutoHideWindowControl

AutoWindowSizeWhenOpened

Gets/sets whether the floating window size of a LayoutFloatingWindowControl is auto sized when it is dragged out. If true the MinHeight and MinWidth of the content will be used together with the margins to determine the initial size of the floating window.

[Bindable(true)]
public bool AutoWindowSizeWhenOpened { get; set; }

Property Value

bool

BottomSidePanel

Gets/sets the LayoutAnchorSideControl that is displayed as bottom side panel control.

[Bindable(true)]
public LayoutAnchorSideControl BottomSidePanel { get; set; }

Property Value

LayoutAnchorSideControl

DocumentContextMenu

Gets/sets the ContextMenu to show for a document.

[Bindable(true)]
public ContextMenu DocumentContextMenu { get; set; }

Property Value

ContextMenu

DocumentHeaderTemplate

Gets/sets the DataTemplate to use for document headers.

[Bindable(true)]
public DataTemplate DocumentHeaderTemplate { get; set; }

Property Value

DataTemplate

DocumentHeaderTemplateSelector

Gets /sets the DataTemplateSelector that can be used for selecting a DataTemplate for a document header.

[Bindable(true)]
public DataTemplateSelector DocumentHeaderTemplateSelector { get; set; }

Property Value

DataTemplateSelector

DocumentPaneControlStyle

Gets/sets the style of a LayoutDocumentPaneControl.

[Bindable(true)]
public Style DocumentPaneControlStyle { get; set; }

Property Value

Style

DocumentPaneMenuItemHeaderTemplate

Gets/sets the DataTemplate for the header to display menu dropdown items on a document pane.

[Bindable(true)]
public DataTemplate DocumentPaneMenuItemHeaderTemplate { get; set; }

Property Value

DataTemplate

DocumentPaneMenuItemHeaderTemplateSelector

Gets/sets the DataTemplateSelector to select a DataTemplate for the menu items shown when user selects the LayoutDocumentPaneControl context menu switch.

[Bindable(true)]
public DataTemplateSelector DocumentPaneMenuItemHeaderTemplateSelector { get; set; }

Property Value

DataTemplateSelector

DocumentPaneTemplate

Gets/sets the ControlTemplate that can be used to render the LayoutDocumentPaneControl.

[Bindable(true)]
public ControlTemplate DocumentPaneTemplate { get; set; }

Property Value

ControlTemplate

DocumentTitleTemplate

Gets/sets the DataTemplate to use for displaying the title of a document.

[Bindable(true)]
public DataTemplate DocumentTitleTemplate { get; set; }

Property Value

DataTemplate

DocumentTitleTemplateSelector

Gets/sets the DataTemplateSelector to use for displaying the DataTemplate of a document's title.

[Bindable(true)]
public DataTemplateSelector DocumentTitleTemplateSelector { get; set; }

Property Value

DataTemplateSelector

DocumentsSource

Gets/sets the source collection of LayoutDocument objects.

[Bindable(true)]
public IEnumerable DocumentsSource { get; set; }

Property Value

IEnumerable

FloatingWindows

Enumerates all LayoutFloatingWindowControls managed by this framework.

[Bindable(false)]
public IEnumerable<LayoutFloatingWindowControl> FloatingWindows { get; }

Property Value

IEnumerable<LayoutFloatingWindowControl>

GridSplitterHeight

Gets/sets the height of a grid splitter.

[Bindable(true)]
public double GridSplitterHeight { get; set; }

Property Value

double

GridSplitterHorizontalStyle

Gets or sets the GridSplitterHorizontalStyle property. This dependency property indicates the style to apply to the LayoutGridResizerControl when displayed horizontally.

public Style GridSplitterHorizontalStyle { get; set; }

Property Value

Style

GridSplitterVerticalStyle

Gets or sets the GridSplitterVerticalStyle property. This dependency property indicates the style to apply to the LayoutGridResizerControl when displayed vertically.

public Style GridSplitterVerticalStyle { get; set; }

Property Value

Style

GridSplitterWidth

Gets/sets the width of a grid splitter.

[Bindable(true)]
public double GridSplitterWidth { get; set; }

Property Value

double

IconContentTemplate

Gets/sets the DataTemplate to use on the icon extracted from the layout model.

[Bindable(true)]
public DataTemplate IconContentTemplate { get; set; }

Property Value

DataTemplate

IconContentTemplateSelector

Gets/sets the DataTemplateSelector to select a DataTemplate for a content icon.

[Bindable(true)]
public DataTemplateSelector IconContentTemplateSelector { get; set; }

Property Value

DataTemplateSelector

IsVirtualizingAnchorable

Gets/sets (a simple non-dependency property) to determine whether the LayoutAnchorablePaneControl is virtualizing its tabbed item child controls or not.

[Bindable(false)]
public bool IsVirtualizingAnchorable { get; set; }

Property Value

bool

IsVirtualizingDocument

Gets/sets (a simple non-dependency property) to determine whether the LayoutDocumentPaneControl is virtualizing its tabbed item child controls or not.

[Bindable(false)]
public bool IsVirtualizingDocument { get; set; }

Property Value

bool

Layout

Gets/sets the layout root of the layout tree managed in this framework.

[Bindable(true)]
public LayoutRoot Layout { get; set; }

Property Value

LayoutRoot

LayoutItemContainerStyle

Gets/sets the Style to apply to a LayoutDocumentItem object.

[Bindable(true)]
public Style LayoutItemContainerStyle { get; set; }

Property Value

Style

LayoutItemContainerStyleSelector

Gets/sets the StyleSelector to select the Style for a LayoutDocumentItem.

[Bindable(true)]
public StyleSelector LayoutItemContainerStyleSelector { get; set; }

Property Value

StyleSelector

LayoutItemTemplate

Gets/sets the DataTemplate used to render anchorable and document content.

[Bindable(true)]
public DataTemplate LayoutItemTemplate { get; set; }

Property Value

DataTemplate

LayoutItemTemplateSelector

Gets/sets the DataTemplateSelector to select a DataTemplate of an anchorable.

[Bindable(true)]
public DataTemplateSelector LayoutItemTemplateSelector { get; set; }

Property Value

DataTemplateSelector

LayoutRootPanel

Gets/sets the layout LayoutPanelControl which is attached to the Layout.Root property.

[Bindable(true)]
public LayoutPanelControl LayoutRootPanel { get; set; }

Property Value

LayoutPanelControl

LayoutUpdateStrategy

Gets/sets the layout strategy class that can be to called by the framework when it needs to position a LayoutAnchorable inside an existing layout.

[Bindable(true)]
public ILayoutUpdateStrategy LayoutUpdateStrategy { get; set; }

Property Value

ILayoutUpdateStrategy

Remarks

Sometimes it's impossible to automatically insert an anchorable in the layout without specifing the target parent pane. Set this property to an object that will be asked to insert the anchorable to the desidered position.

LeftSidePanel

Gets/sets the LayoutAnchorSideControl that is displayed as left side panel control.

[Bindable(true)]
public LayoutAnchorSideControl LeftSidePanel { get; set; }

Property Value

LayoutAnchorSideControl

LogicalChildren

Gets an enumerator for logical child elements of this element.

protected override IEnumerator LogicalChildren { get; }

Property Value

IEnumerator

An enumerator for logical child elements of this element.

LogicalChildrenPublic

public IEnumerator LogicalChildrenPublic { get; }

Property Value

IEnumerator

RightSidePanel

Gets/sets the LayoutAnchorSideControl that is displayed as right side panel control.

[Bindable(true)]
public LayoutAnchorSideControl RightSidePanel { get; set; }

Property Value

LayoutAnchorSideControl

ShowSystemMenu

Gets/sets whether floating windows should show the system menu when a custom context menu is not defined.

[Bindable(true)]
public bool ShowSystemMenu { get; set; }

Property Value

bool

Theme

Gets/sets the Theme to be used for the controls in this framework.

[Bindable(true)]
public Theme Theme { get; set; }

Property Value

Theme

TopSidePanel

Gets/sets the LayoutAnchorSideControl that is displayed as top side panel control.

[Bindable(true)]
public LayoutAnchorSideControl TopSidePanel { get; set; }

Property Value

LayoutAnchorSideControl

Methods

ArrangeOverride(Size)

Called to arrange and size the content of a Control object.

protected override Size ArrangeOverride(Size arrangeBounds)

Parameters

arrangeBounds Size

The computed size that is used to arrange the content.

Returns

Size

The size of the control.

CreateFloatingWindow(LayoutContent, bool)

public LayoutFloatingWindowControl CreateFloatingWindow(LayoutContent contentModel, bool isContentImmutable)

Parameters

contentModel LayoutContent
isContentImmutable bool

Returns

LayoutFloatingWindowControl

GetLayoutItemFromModel(LayoutContent)

Return the LayoutItem wrapper for the content passed as argument.

public LayoutItem GetLayoutItemFromModel(LayoutContent content)

Parameters

content LayoutContent

LayoutContent to search

Returns

LayoutItem

Either a LayoutAnchorableItem or LayoutDocumentItem which contains the LayoutContent passed as argument.

OnActiveContentChanged(DependencyPropertyChangedEventArgs)

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

protected virtual void OnActiveContentChanged(DependencyPropertyChangedEventArgs e)

Parameters

e DependencyPropertyChangedEventArgs

OnAnchorableHeaderTemplateChanged(DependencyPropertyChangedEventArgs)

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

protected virtual void OnAnchorableHeaderTemplateChanged(DependencyPropertyChangedEventArgs e)

Parameters

e DependencyPropertyChangedEventArgs

OnAnchorableHeaderTemplateSelectorChanged(DependencyPropertyChangedEventArgs)

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

protected virtual void OnAnchorableHeaderTemplateSelectorChanged(DependencyPropertyChangedEventArgs e)

Parameters

e DependencyPropertyChangedEventArgs

OnAnchorablePaneControlStyleChanged(DependencyPropertyChangedEventArgs)

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

protected virtual void OnAnchorablePaneControlStyleChanged(DependencyPropertyChangedEventArgs e)

Parameters

e DependencyPropertyChangedEventArgs

OnAnchorablePaneTemplateChanged(DependencyPropertyChangedEventArgs)

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

protected virtual void OnAnchorablePaneTemplateChanged(DependencyPropertyChangedEventArgs e)

Parameters

e DependencyPropertyChangedEventArgs

OnAnchorableTitleTemplateChanged(DependencyPropertyChangedEventArgs)

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

protected virtual void OnAnchorableTitleTemplateChanged(DependencyPropertyChangedEventArgs e)

Parameters

e DependencyPropertyChangedEventArgs

OnAnchorableTitleTemplateSelectorChanged(DependencyPropertyChangedEventArgs)

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

protected virtual void OnAnchorableTitleTemplateSelectorChanged(DependencyPropertyChangedEventArgs e)

Parameters

e DependencyPropertyChangedEventArgs

OnAnchorablesSourceChanged(DependencyPropertyChangedEventArgs)

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

protected virtual void OnAnchorablesSourceChanged(DependencyPropertyChangedEventArgs e)

Parameters

e DependencyPropertyChangedEventArgs

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().

public override void OnApplyTemplate()

OnAutoHideWindowChanged(DependencyPropertyChangedEventArgs)

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

protected virtual void OnAutoHideWindowChanged(DependencyPropertyChangedEventArgs e)

Parameters

e DependencyPropertyChangedEventArgs

OnBottomSidePanelChanged(DependencyPropertyChangedEventArgs)

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

protected virtual void OnBottomSidePanelChanged(DependencyPropertyChangedEventArgs e)

Parameters

e DependencyPropertyChangedEventArgs

OnDocumentHeaderTemplateChanged(DependencyPropertyChangedEventArgs)

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

protected virtual void OnDocumentHeaderTemplateChanged(DependencyPropertyChangedEventArgs e)

Parameters

e DependencyPropertyChangedEventArgs

OnDocumentHeaderTemplateSelectorChanged(DependencyPropertyChangedEventArgs)

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

protected virtual void OnDocumentHeaderTemplateSelectorChanged(DependencyPropertyChangedEventArgs e)

Parameters

e DependencyPropertyChangedEventArgs

OnDocumentPaneControlStyleChanged(DependencyPropertyChangedEventArgs)

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

protected virtual void OnDocumentPaneControlStyleChanged(DependencyPropertyChangedEventArgs e)

Parameters

e DependencyPropertyChangedEventArgs

OnDocumentPaneMenuItemHeaderTemplateChanged(DependencyPropertyChangedEventArgs)

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

protected virtual void OnDocumentPaneMenuItemHeaderTemplateChanged(DependencyPropertyChangedEventArgs e)

Parameters

e DependencyPropertyChangedEventArgs

OnDocumentPaneMenuItemHeaderTemplateSelectorChanged(DependencyPropertyChangedEventArgs)

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

protected virtual void OnDocumentPaneMenuItemHeaderTemplateSelectorChanged(DependencyPropertyChangedEventArgs e)

Parameters

e DependencyPropertyChangedEventArgs

OnDocumentPaneTemplateChanged(DependencyPropertyChangedEventArgs)

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

protected virtual void OnDocumentPaneTemplateChanged(DependencyPropertyChangedEventArgs e)

Parameters

e DependencyPropertyChangedEventArgs

OnDocumentTitleTemplateChanged(DependencyPropertyChangedEventArgs)

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

protected virtual void OnDocumentTitleTemplateChanged(DependencyPropertyChangedEventArgs e)

Parameters

e DependencyPropertyChangedEventArgs

OnDocumentTitleTemplateSelectorChanged(DependencyPropertyChangedEventArgs)

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

protected virtual void OnDocumentTitleTemplateSelectorChanged(DependencyPropertyChangedEventArgs e)

Parameters

e DependencyPropertyChangedEventArgs

OnDocumentsSourceChanged(DependencyPropertyChangedEventArgs)

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

protected virtual void OnDocumentsSourceChanged(DependencyPropertyChangedEventArgs e)

Parameters

e DependencyPropertyChangedEventArgs

OnLayoutChanged(LayoutRoot, LayoutRoot)

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

protected virtual void OnLayoutChanged(LayoutRoot oldLayout, LayoutRoot newLayout)

Parameters

oldLayout LayoutRoot
newLayout LayoutRoot

OnLayoutItemContainerStyleChanged(DependencyPropertyChangedEventArgs)

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

protected virtual void OnLayoutItemContainerStyleChanged(DependencyPropertyChangedEventArgs e)

Parameters

e DependencyPropertyChangedEventArgs

OnLayoutItemContainerStyleSelectorChanged(DependencyPropertyChangedEventArgs)

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

protected virtual void OnLayoutItemContainerStyleSelectorChanged(DependencyPropertyChangedEventArgs e)

Parameters

e DependencyPropertyChangedEventArgs

OnLayoutItemTemplateChanged(DependencyPropertyChangedEventArgs)

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

protected virtual void OnLayoutItemTemplateChanged(DependencyPropertyChangedEventArgs e)

Parameters

e DependencyPropertyChangedEventArgs

OnLayoutItemTemplateSelectorChanged(DependencyPropertyChangedEventArgs)

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

protected virtual void OnLayoutItemTemplateSelectorChanged(DependencyPropertyChangedEventArgs e)

Parameters

e DependencyPropertyChangedEventArgs

OnLayoutRootPanelChanged(DependencyPropertyChangedEventArgs)

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

protected virtual void OnLayoutRootPanelChanged(DependencyPropertyChangedEventArgs e)

Parameters

e DependencyPropertyChangedEventArgs

OnLeftSidePanelChanged(DependencyPropertyChangedEventArgs)

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

protected virtual void OnLeftSidePanelChanged(DependencyPropertyChangedEventArgs e)

Parameters

e DependencyPropertyChangedEventArgs

OnPreviewKeyDown(KeyEventArgs)

Invoked when an unhandled System.Windows.Input.Keyboard.PreviewKeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

protected override void OnPreviewKeyDown(KeyEventArgs e)

Parameters

e KeyEventArgs

The KeyEventArgs that contains the event data.

OnRightSidePanelChanged(DependencyPropertyChangedEventArgs)

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

protected virtual void OnRightSidePanelChanged(DependencyPropertyChangedEventArgs e)

Parameters

e DependencyPropertyChangedEventArgs

OnThemeChanged(DependencyPropertyChangedEventArgs)

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

protected virtual void OnThemeChanged(DependencyPropertyChangedEventArgs e)

Parameters

e DependencyPropertyChangedEventArgs

OnTopSidePanelChanged(DependencyPropertyChangedEventArgs)

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

protected virtual void OnTopSidePanelChanged(DependencyPropertyChangedEventArgs e)

Parameters

e DependencyPropertyChangedEventArgs

SetAutoHideWindow(LayoutAutoHideWindowControl)

Provides a secure method for setting the AutoHideWindow property. This dependency property indicates the currently shown autohide window.

protected void SetAutoHideWindow(LayoutAutoHideWindowControl value)

Parameters

value LayoutAutoHideWindowControl

The new value for the property.

Events

ActiveContentChanged

Event is raised when ActiveContent changes.

public event EventHandler ActiveContentChanged

Event Type

EventHandler
See Also

AnchorableClosed

Event fired after an anchorable is closed

public event EventHandler<AnchorableClosedEventArgs> AnchorableClosed

Event Type

EventHandler<AnchorableClosedEventArgs>

AnchorableClosing

Event fired when an anchorable is about to be closed.

public event EventHandler<AnchorableClosingEventArgs> AnchorableClosing

Event Type

EventHandler<AnchorableClosingEventArgs>

Remarks

Subscribers have the opportuniy to cancel the operation.

AnchorableHidden

Event fired after an anchorable is hidden

public event EventHandler<AnchorableHiddenEventArgs> AnchorableHidden

Event Type

EventHandler<AnchorableHiddenEventArgs>

AnchorableHiding

Event fired when an anchorable is about to be hidden.

public event EventHandler<AnchorableHidingEventArgs> AnchorableHiding

Event Type

EventHandler<AnchorableHidingEventArgs>

Remarks

Subscribers have the opportuniy to cancel the operation.

DocumentClosed

Event fired after a document is closed.

public event EventHandler<DocumentClosedEventArgs> DocumentClosed

Event Type

EventHandler<DocumentClosedEventArgs>

DocumentClosing

Event fired when a document is about to be closed.

public event EventHandler<DocumentClosingEventArgs> DocumentClosing

Event Type

EventHandler<DocumentClosingEventArgs>

Remarks

Subscribers have the opportunity to cancel the operation.

LayoutChanged

Event fired when Layout property changes.

public event EventHandler LayoutChanged

Event Type

EventHandler
See Also

LayoutChanging

Event fired when Layout property is about to be changed.

public event EventHandler LayoutChanging

Event Type

EventHandler
See Also

LayoutFloatingWindowControlClosed

Event is raised when LayoutFloatingWindowControl closed

public event EventHandler<LayoutFloatingWindowControlClosedEventArgs> LayoutFloatingWindowControlClosed

Event Type

EventHandler<LayoutFloatingWindowControlClosedEventArgs>

LayoutFloatingWindowControlCreated

Event is raised when LayoutFloatingWindowControl created

public event EventHandler<LayoutFloatingWindowControlCreatedEventArgs> LayoutFloatingWindowControlCreated

Event Type

EventHandler<LayoutFloatingWindowControlCreatedEventArgs>

See Also

HeBianGu.Control
IOverlayWindowHost