IDockingElementResolvePath 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 IDockingElement ResolvePath(
string path
)
Parameters
- path
- Type: SystemString
Comma separated list of names to resolve.
Return Value
Type:
IDockingElementIDockingElement reference if path was resolved with success; otherwise null.
See Also