Click or drag to resize

KryptonCheckedListBoxGetSelected Method

Returns a value indicating whether the specified item is selected.

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 bool GetSelected(
	int index
)

Parameters

index  Int32
The zero-based index of the item that determines whether it is selected.

Return Value

Boolean
true if the specified item is currently selected in the KryptonCheckedListBox; otherwise, false.
See Also