MobileForms Toolkit Documentation

ImageCollection.Insert Method 

Inserts the specified image to the ImageListEx at the specified index.

public void Insert(
int index,
Image value
);

Parameters

index
The zero-based index at which image should be inserted.
value
A Bitmap of the image to insert to the list.

See Also

ImageCollection Class | Resco.Controls Namespace