Share via


_OlkListBox.ListCount プロパティ

定義

リスト ボックス コントロールのドロップダウン リスト内の要素の数を指定する Integer (C#では int ) の値を返します。 読み取り専用です。

public:
 property int ListCount { int get(); };
public int ListCount { get; }
Public ReadOnly Property ListCount As Integer

プロパティ値

注釈

既定値は 0 で、リストに要素がないことを示します。

適用対象