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

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
The index of the image

See Also