Click or drag to resize

KryptonCheckSetKryptonCheckButtonCollectionItem Property

Gets the KryptonCheckButton 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 KryptonCheckButton this[
	int index
] { get; }

Parameters

index  Int32
Index of entry to return.

Return Value

KryptonCheckButton
Reference of KryptonCheckButton instance.
See Also