Click or drag to resize

ButtonSpecCollectionTContains(Object) 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 value
)

Parameters

value  Object
Object reference.

Return Value

Boolean
True if button spec found; otherwise false.

Implements

IListContains(Object)
See Also