LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

RasterImageListItemCollection Constructor (RasterImageListItemCollection)

Show in webframe





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 RasterImageList.Items property.

Requirements

Target Platforms

See Also

Reference

RasterImageListItemCollection Class
RasterImageListItemCollection Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.