Click or drag to resize

KryptonDockingEdgeDockedInsertDockspace(Int32) Method

Create and insert a new dockspace instance to the correct edge of the owning control.

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 KryptonDockingDockspace InsertDockspace(
	int index
)

Parameters

index  Int32
Insertion index.

Return Value

KryptonDockingDockspace
Reference to docking element that handles the new dockspace.
See Also