Click or drag to resize

KryptonCheckSetKryptonCheckButtonCollectionInsert Method

Inserts a KryptonCheckButton reference into the collection at the specified location.

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,
	KryptonCheckButton checkButton
)

Parameters

index  Int32
Index of position to insert.
checkButton  KryptonCheckButton
The KryptonCheckButton reference to insert.
See Also