LEADTOOLS Windows Forms (Leadtools.WinForms assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
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 New RasterImageListItemCollection(imageList)
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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also