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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public CheckState GetItemCheckState(
	int index
)

Parameters

index
Type: SystemInt32
The index of the item to get the checked value of.

Return Value

Type: CheckState
One of the CheckState values.
See Also