Click or drag to resize

KryptonCheckedListBoxCheckedIndexCollectionIndexOf Method (Int32)

Returns an index into the collection of checked indexes.

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(
	int index
)

Parameters

index
Type: SystemInt32
The index of the checked item.

Return Value

Type: Int32
-1 if not found; otherwise index position.
See Also