次の方法で共有


ControlFormat.ListCount プロパティ

定義

リスト ボックスまたはコンボ ボックス内のエントリの数を返します。 一覧にエントリがない場合は、0 (ゼロ) を返します。

public:
 property int ListCount { int get(); void set(int value); };
public int ListCount { get; set; }
Public Property ListCount As Integer

プロパティ値

適用対象