Error processing SSI file
LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Show in webframe

RasterImageListItemCollection Constructor (RasterImageListItemCollection)






The RasterImageList that owns the collection.
Initializes a new instance of the RasterImageListItemCollection class.
Syntax
public RasterImageListItemCollection( 
   RasterImageList imageList
)
'Declaration
 
Public Function New( _
   ByVal imageList As RasterImageList _
)
'Usage
 
Dim imageList As RasterImageList
 
Dim instance As New RasterImageListItemCollection(imageList)

            

            
public:
RasterImageListItemCollection( 
   RasterImageList^ imageList
)

Parameters

imageList
The RasterImageList that owns the collection.
Remarks

You cannot create an instance of this class without associating it with a RasterImageList control.

You normally do not need to create an instance of this class manually, RasterImageList generates one automatically that you can access through the Items property.

Requirements

Target Platforms

See Also

Reference

RasterImageListItemCollection Class
RasterImageListItemCollection Members

Error processing SSI file