Click or drag to resize

KryptonCheckedListBoxSetItemCheckState Method

Sets the check state of the item at the specified index.

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 SetItemCheckState(
	int index,
	CheckState value
)

Parameters

index  Int32
The index of the item to set the state for.
value  CheckState
One of the CheckState values.
See Also