Click or drag to resize

KryptonCheckSetKryptonCheckButtonCollectionContains Method

Determines whether a KryptonCheckButton is in the collection.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool Contains(
	KryptonCheckButton checkButton
)

Parameters

checkButton  KryptonCheckButton
The KryptonCheckButton to locate in the collection.

Return Value

Boolean
True if found in collection; otherwise false.
See Also