Click or drag to resize

KryptonListBoxSetSelected Method

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

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

Parameters

index
Type: SystemInt32
The zero-based index of the item in a KryptonListBox to select or clear the selection for.
value
Type: SystemBoolean
true to select the specified item; otherwise, false.
See Also