Click or drag to resize

KryptonCheckedListBoxSetItemChecked Method

Sets CheckState for the item at the specified index to 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 void SetItemChecked(
	int index,
	bool value
)

Parameters

index  Int32
The index of the item to set the check state for.
value  Boolean
true to set the item as checked; otherwise, false.
See Also