KryptonCheckSetKryptonCheckButtonCollectionContains Method |
Determines whether a KryptonCheckButton is in 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 bool Contains(
KryptonCheckButton checkButton
)
Parameters
- checkButton KryptonCheckButton
- The KryptonCheckButton to locate in the collection.
Return Value
BooleanTrue if found in collection; otherwise false.
See Also