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

Parameters

checkButton
Type: Internal.ComponentFactory.Krypton.ToolkitKryptonCheckButton
The KryptonCheckButton to locate.

Return Value

Type: Int32
Index of reference; otherwise -1.
See Also