Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
RasterImageListItemCollection Constructor
See Also 
Leadtools.WinForms Namespace > RasterImageListItemCollection Class : RasterImageListItemCollection Constructor




imageList
The RasterImageList that owns the collection.
Initializes a new instance of the RasterImageListItemCollection class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal imageList As RasterImageList _
)
Visual Basic (Usage)Copy Code
Dim imageList As RasterImageList
 
Dim instance As RasterImageListItemCollection(imageList)
C# 
public RasterImageListItemCollection( 
   RasterImageList imageList
)
Managed Extensions for C++ 
public: RasterImageListItemCollection( 
   RasterImageList* imageList
)
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also