Click or drag to resize

DockingElementOpenCollectionInsert Method

Append a docking element to the collection.

Namespace: Internal.ComponentFactory.Krypton.Docking
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public virtual void Insert(
	int index,
	IDockingElement item
)

Parameters

index  Int32
Insert index.
item  IDockingElement
IDockingElement reference.
See Also