KryptonCheckSetKryptonCheckButtonCollectionItem Property |
Gets the KryptonCheckButton at the specified index.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic KryptonCheckButton this[
int index
] { get; }Parameters
- index Int32
- Index of entry to return.
Return Value
KryptonCheckButtonReference of KryptonCheckButton instance.
See Also