Click or drag to resize

ButtonSpecCollectionTInsert(Int32, T) Method

Inserts a button spec to the collection at the specified index.

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

Parameters

index  Int32
Insert index.
item  T
T reference.

Implements

IListTInsert(Int32, T)
See Also