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 public KryptonCheckButton this[
int index
] { get; }
Parameters
- index
- Type: SystemInt32
Index of entry to return.
Return Value
Type:
KryptonCheckButtonReference of KryptonCheckButton instance.
See Also