Click or drag to resize

KryptonCheckSetKryptonCheckButtonCollectionIndexOf Method

Returns the index of the KryptonCheckButton reference.

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

Parameters

checkButton  KryptonCheckButton
The KryptonCheckButton to locate.

Return Value

Int32
Index of reference; otherwise -1.
See Also