LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

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
)
function 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterImageListItemCollection Class
RasterImageListItemCollection Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.