Click or drag to resize

KryptonCheckedListBoxCheckedItemCollectionContains Method

Determines whether the collection contains the button spec.

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(
	Object item
)

Parameters

item  Object
Object reference.

Return Value

Boolean
True if button spec found; otherwise false.

Implements

IListContains(Object)
See Also