Class LayoutAutoHideWindowControl
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
BackgroundProperty
Background dependency property.
public static readonly DependencyProperty BackgroundProperty
Field Value
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
Background
Gets/sets the background brush of the autohide childwindow.
[Bindable(true)]
public Brush Background { get; set; }
Property Value
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
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
SizeThe 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
HandleRefThe 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
HandleRefA 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
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)