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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public int Add(
	KryptonCheckButton checkButton
)

Parameters

checkButton  KryptonCheckButton
The KryptonCheckButton object to add to the collection.

Return Value

Int32
The index of the new entry.
See Also