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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public virtual IDockingElement ResolvePath(
	string path
)

Parameters

path
Type: SystemString
Comma separated list of names to resolve.

Return Value

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

Implements

IDockingElementResolvePath(String)
See Also