DisplayObjectListTObjIndexOf Method

CVB.Net Documentation
Retrieve a list index for an object.

Namespace:  Stemmer.Cvb.Forms.Overlays
Assembly:  Stemmer.Cvb.Forms (in Stemmer.Cvb.Forms.dll) Version: 14.0.0.0
Syntax

public int IndexOf(
	TObj item
)

Parameters

item
Type: TObj
item to retrieve the index for

Return Value

Type: Int32
index of item or -1 if the item is not contained in the list.

Implements

IListTIndexOf(T)
See Also

Reference