Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.AvalonDock Assembly / Xceed.Wpf.AvalonDock Namespace / DockingManager Class / CreateFloatingWindow Method
The content model to use.
true if the content of the floating window is immutable, otherwise false.


    CreateFloatingWindow Method
    Creates a floating window based on the received content model.
    Syntax
    'Declaration
     
    Public Function CreateFloatingWindow( _
       ByVal contentModel As LayoutContent, _
       ByVal isContentImmutable As Boolean _
    ) As LayoutFloatingWindowControl
     
    'Usage
     
    Dim instance As DockingManager
    Dim contentModel As LayoutContent
    Dim isContentImmutable As Boolean
    Dim value As LayoutFloatingWindowControl
     
    value = instance.CreateFloatingWindow(contentModel, isContentImmutable)

    Parameters

    contentModel
    The content model to use.
    isContentImmutable
    true if the content of the floating window is immutable, otherwise false.

    Return Value

    The new floating window if the creation succeeded, otherwise null.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, 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