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.
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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7