'宣言 Public Property GroupIndex As System.Integer
'使用法 Dim instance As RenderInputRadioButton Dim value As System.Integer instance.GroupIndex = value value = instance.GroupIndex
public System.int GroupIndex {get; set;}
'宣言 Public Property GroupIndex As System.Integer
'使用法 Dim instance As RenderInputRadioButton Dim value As System.Integer instance.GroupIndex = value value = instance.GroupIndex
public System.int GroupIndex {get; set;}
同じグループインデックスを持つコントロールが複数存在する場合、グループ内の1つのボタンだけをオンにできます。