Class LayoutAnchorableFloatingWindowControl
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
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/sets the layout item of the selected content when shown in a single anchorable pane.
[Bindable(true)]
public LayoutItem SingleContentLayoutItem { get; set; }
Property Value
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
Returns
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)