KryptonCheckSetKryptonCheckButtonCollectionInsert Method |
Inserts a KryptonCheckButton reference into the collection at the specified location.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void Insert(
int index,
KryptonCheckButton checkButton
)
Parameters
- index Int32
- Index of position to insert.
- checkButton KryptonCheckButton
- The KryptonCheckButton reference to insert.
See Also