Insert a new image in Index position (0 is the first). InsertImage doesn't create the bitmap.

Doesn’t make the image selected (the only difference from ImageList.InsertImage method).

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void InsertImage(
	int Index
)
Public Sub InsertImage ( _
	Index As Integer _
)
public:
void InsertImage(
	int Index
)

Parameters

Index
Int32
Where to insert the image

See Also