Table of Contents

Class LayoutDocumentFloatingWindowControl

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

Implements a floating window control that can host other controls (LayoutAnchorableControl, LayoutDocumentControl) and be dragged (independently of the DockingManager) around the screen.

public class LayoutDocumentFloatingWindowControl : LayoutFloatingWindowControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, ILayoutControl
Inheritance
LayoutDocumentFloatingWindowControl
Implements
Inherited Members
Extension Methods

Fields

SingleContentLayoutItemProperty

SingleContentLayoutItem dependency property.

public static readonly DependencyProperty SingleContentLayoutItemProperty

Field Value

DependencyProperty

Properties

CloseWindowCommand

public ICommand CloseWindowCommand { get; }

Property Value

ICommand

HideWindowCommand

public ICommand HideWindowCommand { get; }

Property Value

ICommand

Model

Gets the ILayoutElement model for this control.

public override ILayoutElement Model { get; }

Property Value

ILayoutElement

SingleContentLayoutItem

Gets or sets the SingleContentLayoutItem property. This dependency property indicates the layout item of the selected content when is shown a single document pane.

public LayoutItem SingleContentLayoutItem { get; set; }

Property Value

LayoutItem

Methods

FilterMessage(nint, int, nint, nint, ref bool)

protected override nint FilterMessage(nint hwnd, int msg, nint wParam, nint lParam, ref bool handled)

Parameters

hwnd nint
msg int
wParam nint
lParam nint
handled bool

Returns

nint

GetDropAreas(LayoutFloatingWindowControl)

Is invoked by the HeBianGu.Control.Dock.Controls.DragService of a LayoutFloatingWindowControl to enumerate and show all overlay buttons in an HeBianGu.Control.Dock.Controls.IOverlayWindow when the floating window is dragged over an HeBianGu.Control.Dock.Controls.IOverlayWindowHost.

public IEnumerable<IDropArea> GetDropAreas(LayoutFloatingWindowControl draggingWindow)

Parameters

draggingWindow LayoutFloatingWindowControl

The window to examine.

Returns

IEnumerable<IDropArea>

The associated drop areas.

HideOverlayWindow()

Is invoked by the HeBianGu.Control.Dock.Controls.DragService of a LayoutFloatingWindowControl to hide the HeBianGu.Control.Dock.Controls.IOverlayWindow for this HeBianGu.Control.Dock.Controls.IOverlayWindowHost.

public void HideOverlayWindow()

OnClosed(EventArgs)

Raises the Closed event.

protected override void OnClosed(EventArgs e)

Parameters

e EventArgs

An EventArgs that contains the event data.

OnClosing(CancelEventArgs)

Raises the Closing event.

protected override void OnClosing(CancelEventArgs e)

Parameters

e CancelEventArgs

A CancelEventArgs that contains the event data.

OnInitialized(EventArgs)

Raises the Initialized event. This method is invoked whenever IsInitialized is set to true internally.

protected override void OnInitialized(EventArgs e)

Parameters

e EventArgs

The RoutedEventArgs that contains the event data.

OnSingleContentLayoutItemChanged(DependencyPropertyChangedEventArgs)

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

protected virtual void OnSingleContentLayoutItemChanged(DependencyPropertyChangedEventArgs e)

Parameters

e DependencyPropertyChangedEventArgs