Click or drag to resize

KryptonDockingFloatingAddFloatingWindow(String) Method

Create and add a new floating window.

Namespace: Internal.ComponentFactory.Krypton.Docking
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public KryptonDockingFloatingWindow AddFloatingWindow(
	string name
)

Parameters

name  String
Initial name of the dockspace element.

Return Value

KryptonDockingFloatingWindow
Reference to docking element that handles the new workspace.
See Also