Table of Contents

Class LayoutAnchorableFloatingWindowControl

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

Provides the ability to create, configure, show, and manage the lifetime of windows and dialog boxes.

public class LayoutAnchorableFloatingWindowControl : LayoutFloatingWindowControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, ILayoutControl
Inheritance
LayoutAnchorableFloatingWindowControl
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/sets the layout item of the selected content when shown in a single anchorable pane.

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

Property Value

LayoutItem

Methods

DisableBindings()

public override void DisableBindings()

EnableBindings()

public override void EnableBindings()

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

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

See Also