Table of Contents

Class LayoutDocumentControl

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

Implements the content part of the document control. It hosts a LayoutDocument as its Model.

public class LayoutDocumentControl : Control, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
Inheritance
LayoutDocumentControl
Implements
Inherited Members
Extension Methods

Fields

LayoutItemProperty

public static readonly DependencyProperty LayoutItemProperty

Field Value

DependencyProperty

ModelProperty

Model dependency property.

public static readonly DependencyProperty ModelProperty

Field Value

DependencyProperty

Properties

LayoutItem

Gets the LayoutItem property. This dependency property indicates the LayoutItem attached to this tag item.

public LayoutItem LayoutItem { get; }

Property Value

LayoutItem

Model

Gets or sets the Model property. This dependency property indicates the model attached to this view.

public LayoutContent Model { get; set; }

Property Value

LayoutContent

Methods

OnModelChanged(DependencyPropertyChangedEventArgs)

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

protected virtual void OnModelChanged(DependencyPropertyChangedEventArgs e)

Parameters

e DependencyPropertyChangedEventArgs

OnMouseLeftButtonDown(MouseButtonEventArgs)

Invoked when an unhandled MouseLeftButtonDown routed event is raised on this element. Implement this method to add class handling for this event.

protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)

Parameters

e MouseButtonEventArgs

The MouseButtonEventArgs that contains the event data. The event data reports that the left mouse button was pressed.

OnMouseRightButtonDown(MouseButtonEventArgs)

Invoked when an unhandled MouseRightButtonDown routed 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 OnMouseRightButtonDown(MouseButtonEventArgs e)

Parameters

e MouseButtonEventArgs

The MouseButtonEventArgs that contains the event data. The event data reports that the right mouse button was pressed.

OnPreviewMouseLeftButtonUp(MouseButtonEventArgs)

Invoked when an unhandled PreviewMouseLeftButtonUp routed 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 OnPreviewMouseLeftButtonUp(MouseButtonEventArgs e)

Parameters

e MouseButtonEventArgs

The MouseButtonEventArgs that contains the event data. The event data reports that the left mouse button was released.

SetLayoutItem(LayoutItem)

Provides a secure method for setting the LayoutItem property. This dependency property indicates the LayoutItem attached to this tag item.

protected void SetLayoutItem(LayoutItem value)

Parameters

value LayoutItem

The new value for the property.