PageAdapter.GetRadioButtonsByGroup(String) メソッド

定義

groupName で指定したオプション ボタン コントロールのコレクションを取得します。

public:
 virtual System::Collections::ICollection ^ GetRadioButtonsByGroup(System::String ^ groupName);
public virtual System.Collections.ICollection GetRadioButtonsByGroup (string groupName);
abstract member GetRadioButtonsByGroup : string -> System.Collections.ICollection
override this.GetRadioButtonsByGroup : string -> System.Collections.ICollection
Public Overridable Function GetRadioButtonsByGroup (groupName As String) As ICollection

パラメーター

groupName
String

取得する String グループの名前を示す RadioButton

戻り値

groupName を構成する ICollection コントロールの RadioButton

注釈

ラジオ ボタン コントロール アダプターでは、 メソッドと RegisterRadioButton メソッドを使用GetRadioButtonsByGroupして、グループ内の他RadioButtonのコントロールを参照します。

適用対象

こちらもご覧ください