| KryptonDockingFloatingAddFloatingWindow Method (String) | 
 
            Create and add a new floating window.
            
 
    Namespace: 
   Internal.ComponentFactory.Krypton.Docking
    Assembly:
   NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
 Syntax
Syntaxpublic KryptonDockingFloatingWindow AddFloatingWindow(
	string name
)
Parameters
- name
- Type: SystemString
 Initial name of the dockspace element.
Return Value
Type: 
KryptonDockingFloatingWindowReference to docking element that handles the new workspace.
 See Also
See Also