Click or drag to resize

KryptonDockingManagerAddToWorkspace Method

Add set of pages to a docking workspace.

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 virtual KryptonDockingWorkspace AddToWorkspace(
	string path,
	KryptonPage[] pages
)

Parameters

path  String
Path for finding the target KryptonDockingWorkspace.
pages  KryptonPage
Array of pages to be added.

Return Value

KryptonDockingWorkspace
KryptonDockingWorkspace reference.
See Also