'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)
public LayoutFloatingWindowControl CreateFloatingWindow( LayoutContent contentModel, bool 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.