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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool Contains(
	KryptonCheckButton checkButton
)

Parameters

checkButton
Type: Internal.ComponentFactory.Krypton.ToolkitKryptonCheckButton
The KryptonCheckButton to locate in the collection.

Return Value

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