Click or drag to resize

DockingElementResolvePath Method

Resolve the provided path.

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 IDockingElement ResolvePath(
	string path
)

Parameters

path  String
Comma separated list of names to resolve.

Return Value

IDockingElement
IDockingElement reference if path was resolved with success; otherwise null.

Implements

IDockingElementResolvePath(String)
See Also