IDockingElementItem(Int32) Property |
Gets the docking element at the specified index.
Namespace: Internal.ComponentFactory.Krypton.DockingAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
SyntaxIDockingElement this[
int index
] { get; }Parameters
- index Int32
- Index.
Return Value
IDockingElementDocking element at specified index.
See Also