KryptonCheckSetKryptonCheckButtonCollectionAdd Method |
Adds the specifies KryptonCheckButton to the collection.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic int Add(
KryptonCheckButton checkButton
)
Parameters
- checkButton KryptonCheckButton
- The KryptonCheckButton object to add to the collection.
Return Value
Int32The index of the new entry.
See Also