ImageList.ImageCollection.Count プロパティ

定義

現在リスト内にあるイメージの数を取得します。

public:
 property int Count { int get(); };
[System.ComponentModel.Browsable(false)]
public int Count { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Count : int
Public ReadOnly Property Count As Integer

プロパティ値

Int32

リスト内にあるイメージの数。 既定値は 0 です。

実装

属性

注釈

イメージをカウントすると、強制的 Handle に作成されます。

適用対象

こちらもご覧ください