Click or drag to resize

KryptonCheckedListBoxCheckedItemCollectionItem Property

Gets or sets the item at the specified index.

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 Object this[
	int index
] { get; set; }

Parameters

index  Int32
Item index.

Return Value

Object
Item at specified index.

Implements

IListItemInt32
See Also