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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public KryptonCheckButton this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
Index of entry to return.

Return Value

Type: KryptonCheckButton
Reference of KryptonCheckButton instance.
See Also