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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void Insert(
	int index,
	KryptonCheckButton checkButton
)

Parameters

index
Type: SystemInt32
Index of position to insert.
checkButton
Type: Internal.ComponentFactory.Krypton.ToolkitKryptonCheckButton
The KryptonCheckButton reference to insert.
See Also