MobileForms Toolkit Documentation

ImageCollection.Contains Method 

The Contains method indicates whether a specified image is contained in the list.

public bool Contains(
Image value
);

Parameters

value
The Image to find in the list.

Return Value

true if the image is found in the list; otherwise, false.

See Also

ImageCollection Class | Resco.Controls Namespace