ComponentOne Gauges for WinForms
Insert Method (CommonImageCollection)

C1.Win.C1Gauge.4 Assembly > C1.Win.C1Gauge Namespace > CommonImageCollection Class : Insert Method
Inserts the specified CommonImage into this collection at the given index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal item As CommonImage _
) 
public void Insert( 
   System.int index,
   CommonImage item
)

Parameters

index
item
See Also

Reference

CommonImageCollection Class
CommonImageCollection Members