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

Parameters

index
Type: SystemInt32
The index of the item to set the state for.
value
Type: System.Windows.FormsCheckState
One of the CheckState values.
See Also