IDockingElementItem Property (Int32) |
Gets the docking element at the specified index.
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[
int index
] { get; }
Parameters
- index
- Type: SystemInt32
Index.
Return Value
Type:
IDockingElementDocking element at specified index.
See Also