Click or drag to resize

KryptonCheckedListBoxGetItemChecked Method

Returns a value indicating whether the specified item is checked.

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

Parameters

index  Int32
The index of the item.

Return Value

Boolean
true if the item is checked; otherwise, false.
See Also