MobileForms Toolkit Documentation

ImageCollection.IndexOf Method 

The IndexOf method returns the index of a specified object in the list.

public int IndexOf(
Image value
);

Parameters

value
The Image to find in the list.

Return Value

The index of the image in the list.

See Also

ImageCollection Class | Resco.Controls Namespace