Click or drag to resize

KryptonDockingManagerInsertDockspace Method

Add set of pages docked against a specified edge of the specified control.

Namespace:  Internal.ComponentFactory.Krypton.Docking
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public virtual KryptonDockingDockspace InsertDockspace(
	string path,
	DockingEdge edge,
	int index,
	KryptonPage[] pages,
	params KryptonPage[][] stackPages
)

Parameters

path
Type: SystemString
Path for finding the target KryptonDockingControl.
edge
Type: Internal.ComponentFactory.Krypton.DockingDockingEdge
Target edge within the KryptonDockingControl.
index
Type: SystemInt32
Insert index.
pages
Type: Internal.ComponentFactory.Krypton.NavigatorKryptonPage
Array of pages to be added as docked.
stackPages
Type: Internal.ComponentFactory.Krypton.NavigatorKryptonPage
Extra arrays of pages to be added in a stacked manner.

Return Value

Type: KryptonDockingDockspace
KryptonDockingDockspace reference.
See Also