Version

UseOwnedFloatingWindows Property

Returns/sets a value indicating whether the window used to contain the floating panes will be an owned window of the Window containing the xamDockManager
Syntax
'Declaration
 
Public Property UseOwnedFloatingWindows As Boolean
public bool UseOwnedFloatingWindows {get; set;}
Remarks

By default, the floating windows are owned windows. As such the floating windows will always stay above the owner window and will be hidden when the owning window is minimized. Setting this property to false indicates the floating window should not be owned. Therefore it may go behind the main window with regards to z-order.

Note: This property only has an effect when the PaneToolWindow is hosted in a WPF Window.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also