IDockingElementResolvePath Method |
Resolve the provided path.
Namespace: Internal.ComponentFactory.Krypton.DockingAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
SyntaxIDockingElement ResolvePath(
string path
)
Parameters
- path String
- Comma separated list of names to resolve.
Return Value
IDockingElementIDockingElement reference if path was resolved with success; otherwise null.
See Also