Click or drag to resize

KryptonCheckSetKryptonCheckButtonCollectionAdd Method

Adds the specifies KryptonCheckButton to the collection.

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 int Add(
	KryptonCheckButton checkButton
)

Parameters

checkButton
Type: Internal.ComponentFactory.Krypton.ToolkitKryptonCheckButton
The KryptonCheckButton object to add to the collection.

Return Value

Type: Int32
The index of the new entry.
See Also