| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal imageList As RasterImageList _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family