Click or drag to resize

KryptonRibbonGroupTripleCollectionInsert(Int32, Object) Method

Inserts an item to the collection at the specified index.

Namespace: Internal.ComponentFactory.Krypton.Ribbon
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public override void Insert(
	int index,
	Object value
)

Parameters

index  Int32
Insert index.
value  Object
Object reference.

Implements

IListInsert(Int32, Object)
See Also