Click or drag to resize

KryptonCheckedListBoxGetItemChecked Method

Returns a value indicating whether the specified item is checked.

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

Parameters

index
Type: SystemInt32
The index of the item.

Return Value

Type: Boolean
true if the item is checked; otherwise, false.
See Also