Table of Contents

Class LayoutFloatingWindowControl.FloatingWindowContentHost

Namespace
HeBianGu.Control.Dock.Controls
Assembly
HeBianGu.Control.Dock.dll
protected class LayoutFloatingWindowControl.FloatingWindowContentHost : HwndHost, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IDisposable, IKeyboardInputSink, IWin32Window
Inheritance
LayoutFloatingWindowControl.FloatingWindowContentHost
Implements
Inherited Members
Extension Methods

Constructors

FloatingWindowContentHost(LayoutFloatingWindowControl)

public FloatingWindowContentHost(LayoutFloatingWindowControl owner)

Parameters

owner LayoutFloatingWindowControl

Fields

ContentProperty

Content dependency property.

public static readonly DependencyProperty ContentProperty

Field Value

DependencyProperty

SizeToContentProperty

SizeToContent dependency property.

public static readonly DependencyProperty SizeToContentProperty

Field Value

DependencyProperty

Properties

Content

Gets or sets the Content property. This dependency property indicates ....

public UIElement Content { get; set; }

Property Value

UIElement

RootVisual

public Visual RootVisual { get; }

Property Value

Visual

SizeToContent

Gets or sets the SizeToContent property.

public SizeToContent SizeToContent { get; set; }

Property Value

SizeToContent

Methods

BuildWindowCore(HandleRef)

When overridden in a derived class, creates the window to be hosted.

protected override HandleRef BuildWindowCore(HandleRef hwndParent)

Parameters

hwndParent HandleRef

The window handle of the parent window.

Returns

HandleRef

The handle to the child Win32 window to create.

DestroyWindowCore(HandleRef)

When overridden in a derived class, destroys the hosted window.

protected override void DestroyWindowCore(HandleRef hwnd)

Parameters

hwnd HandleRef

A structure that contains the window handle.

MeasureOverride(Size)

Returns the size of the window represented by the HwndHost object, as requested by layout engine operations.

protected override Size MeasureOverride(Size constraint)

Parameters

constraint Size

The size of the HwndHost object.

Returns

Size

The size of the HwndHost object.

OnContentChanged(UIElement, UIElement)

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

protected virtual void OnContentChanged(UIElement oldValue, UIElement newValue)

Parameters

oldValue UIElement
newValue UIElement

OnSizeToContentChanged(SizeToContent, SizeToContent)

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

protected virtual void OnSizeToContentChanged(SizeToContent oldValue, SizeToContent newValue)

Parameters

oldValue SizeToContent
newValue SizeToContent