StatusBar.StatusBarPanelCollection.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

プロパティ値

コレクションに含まれる StatusBarPanel オブジェクトの数です。

実装

属性

注釈

このプロパティを使用すると、 内のパネルの数を決定できます StatusBar。 この値は、コレクションの値をループ処理する際に使用でき、ループを実行するための反復回数を指定する必要があります。

適用対象