Table of Contents

Class LayoutAutoHideWindowControl

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

Implements a control that contains a LayoutAnchorableControl. The LayoutAutoHideWindowControl pops out of a side panel when the user clicks on a LayoutAnchorControl of a particular anchored item.

public class LayoutAutoHideWindowControl : HwndHost, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IDisposable, IKeyboardInputSink, IWin32Window, ILayoutControl
Inheritance
LayoutAutoHideWindowControl
Implements
Inherited Members
Extension Methods

Fields

AnchorableStyleProperty

AnchorableStyle dependency property.

public static readonly DependencyProperty AnchorableStyleProperty

Field Value

DependencyProperty

BackgroundProperty

Background dependency property.

public static readonly DependencyProperty BackgroundProperty

Field Value

DependencyProperty

Properties

AnchorableStyle

Gets/sets the style to apply to the LayoutAnchorableControl hosted in this auto hide window.

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

Property Value

Style

Background

Gets/sets the background brush of the autohide childwindow.

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

Property Value

Brush

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.

Model

Gets the ILayoutElement model for this control.

public ILayoutElement Model { get; }

Property Value

ILayoutElement

Methods

ArrangeOverride(Size)

When overridden in a derived class, positions child elements and determines a size for a FrameworkElement derived class.

protected override Size ArrangeOverride(Size finalSize)

Parameters

finalSize Size

The final area within the parent that this element should use to arrange itself and its children.

Returns

Size

The actual size used.

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.

HasFocusWithinCore()

Gets a value that indicates whether the sink or one of its contained components has focus.

protected override bool HasFocusWithinCore()

Returns

bool

true if the sink or one of its contained components has focus; otherwise, false.

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.