次の方法で共有


ImageList.Images プロパティ

このイメージ リストの ImageList.ImageCollection を取得します。

Public ReadOnly Property Images As ImageList.ImageCollection
[C#]
public ImageList.ImageCollection Images {get;}
[C++]
public: __property ImageList.ImageCollection* get_Images();
[JScript]
public function get Images() : ImageList.ImageCollection;

プロパティ値

イメージのコレクション。

解説

イメージのコレクションが作成されていない場合は、このプロパティを取得したときに作成されます。

必要条件

プラットフォーム: 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

参照

ImageList クラス | ImageList メンバ | System.Windows.Forms 名前空間