Click or drag to resize

ButtonSpecCollectionTIndexOf Method (Object)

Determines the index of the specified spec 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 int IndexOf(
	Object value
)

Parameters

value
Type: SystemObject
Object reference.

Return Value

Type: Int32
-1 if not found; otherwise index position.

Implements

IListIndexOf(Object)
See Also