Click or drag to resize

IDockingElementResolvePath 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#
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.
See Also