Class LayoutDocumentFloatingWindowControl
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
Properties
CloseWindowCommand
public ICommand CloseWindowCommand { get; }
Property Value
HideWindowCommand
public ICommand HideWindowCommand { get; }
Property Value
Model
Gets the ILayoutElement model for this control.
public override ILayoutElement Model { get; }
Property Value
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
Methods
FilterMessage(nint, int, nint, nint, ref bool)
protected override nint FilterMessage(nint hwnd, int msg, nint wParam, nint lParam, ref bool handled)
Parameters
Returns
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
LayoutFloatingWindowControlThe 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
OnClosing(CancelEventArgs)
Raises the Closing event.
protected override void OnClosing(CancelEventArgs e)
Parameters
e
CancelEventArgsA 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
EventArgsThe 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)