Click or drag to resize

ButtonSpecCollectionTInsert(Int32, Object) 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,
	Object value
)

Parameters

index  Int32
Insert index.
value  Object
Object reference.

Implements

IListInsert(Int32, Object)
See Also