IDockingElementItem Property (String) |
Gets the docking element with the specified name.
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 this[
string name
] { get; }
Parameters
- name
- Type: SystemString
Name of element.
Return Value
Type:
IDockingElementDocking element with specified name.
See Also