Click or drag to resize

KryptonCheckedListBoxSetSelected Method

Selects or clears the selection for the specified item in a KryptonCheckedListBox.

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 SetSelected(
	int index,
	bool value
)

Parameters

index  Int32
The zero-based index of the item in a KryptonCheckedListBox to select or clear the selection for.
value  Boolean
true to select the specified item; otherwise, false.
See Also