KryptonCheckSetKryptonCheckButtonCollectionIndexOf Method |
Returns the index of the KryptonCheckButton reference.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic int IndexOf(
KryptonCheckButton checkButton
)
Parameters
- checkButton KryptonCheckButton
- The KryptonCheckButton to locate.
Return Value
Int32Index of reference; otherwise -1.
See Also