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