ImageList.ImageCollection クラス
ImageList 内の Image オブジェクトのコレクションをカプセル化します。
この型のすべてのメンバの一覧については、ImageList.ImageCollection メンバ を参照してください。
System.Object
System.Windows.Forms.ImageList.ImageCollection
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
スレッドセーフ
この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。
解説
このクラスは、イメージ オブジェクトを追加および削除するためのメソッドを提供し、 ImageList 内のイメージをプログラムによって管理するために使用されます。
必要条件
名前空間: System.Windows.Forms
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET
アセンブリ: System.Windows.Forms (System.Windows.Forms.dll 内)