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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void SetItemChecked(
	int index,
	bool value
)

Parameters

index
Type: SystemInt32
The index of the item to set the check state for.
value
Type: SystemBoolean
true to set the item as checked; otherwise, false.
See Also