ImageList.ImageCollection Class
Encapsulates the collection of Image objects in an ImageList.
For a list of all members of this type, see ImageList.ImageCollection Members.
System.Object
System.Windows.Forms.ImageList.ImageCollection
[Visual Basic] NotInheritable Public Class ImageList.ImageCollection Implements IList, ICollection, IEnumerable [C#] public sealed class ImageList.ImageCollection : IList, ICollection, IEnumerable [C++] public __gc __sealed class ImageList.ImageCollection : public IList, ICollection, IEnumerable [JScript] public class ImageList.ImageCollection implements IList, ICollection, IEnumerable
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
This is used to manage the images in the ImageList programmatically, providing methods to add and remove image objects.
Requirements
Namespace: System.Windows.Forms
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
See Also
ImageList.ImageCollection Members | System.Windows.Forms Namespace