RadioButtonList.RepeatedItemCount プロパティ

定義

RadioButtonList コントロールのリスト項目の数を取得します。

protected:
 virtual property int RepeatedItemCount { int get(); };
protected virtual int RepeatedItemCount { get; }
member this.RepeatedItemCount : int
Protected Overridable ReadOnly Property RepeatedItemCount As Integer

プロパティ値

Int32

リスト コントロールの項目の数。

注釈

このプロパティは RepeatedItemCount 、主に、クラスから RadioButtonList 派生するカスタム コントロールのコントロール開発者によって使用されます。

コントロールに RadioButtonList 項目が設定されていない場合、 RepeatedItemCount プロパティは 0 になります。 コントロールに RadioButtonList 項目が設定されている場合、 RepeatedItemCount プロパティはコレクションの ListItemCollection.Count プロパティ Items と同じです。

適用対象

こちらもご覧ください