Click or drag to resize

DockingElementFindDockingWorkspace Method

Find a workspace element by searching the hierarchy.

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 FindDockingWorkspace(
	string uniqueName
)

Parameters

uniqueName  String
Named page for which a suitable workspace element is required.

Return Value

KryptonDockingWorkspace
KryptonDockingWorkspace reference if found; otherwise false.

Implements

IDockingElementFindDockingWorkspace(String)
See Also