MobileForms Toolkit Documentation

ItemCollection.IndexOf Method (ListItem)

Searches for the specified ListItem and returns the zero-based index of the first occurrence within the entire ItemCollection.

public int IndexOf(
ListItem item
);

Parameters

item
The ListItem to locate in the ItemCollection.

Return Value

The zero-based index of the first occurrence of value within the entire ItemCollection, if found; otherwise, -1.

See Also

ItemCollection Class | Resco.Controls.AdvancedComboBox Namespace | ItemCollection.IndexOf Overload List