Click or drag to resize

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
C#
IDockingElement this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
Index.

Return Value

Type: IDockingElement
Docking element at specified index.
See Also