Click or drag to resize

KryptonCheckedListBoxGetItemCheckState Method

Returns a value indicating the check state of the current item.

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 CheckState GetItemCheckState(
	int index
)

Parameters

index  Int32
The index of the item to get the checked value of.

Return Value

CheckState
One of the CheckState values.
See Also