シンタックス
'宣言
Public Function New( _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.Integer _
)
'使用法
Dim name As System.String
Dim text As System.String
Dim groupIndex As System.Integer
Dim instance As New RenderInputRadioButton(name, text, groupIndex)
public RenderInputRadioButton(
System.string ,
System.string ,
System.int
)
パラメータ
- name
- A string to assign to the RenderObject.Name property.
- text
- A string to assign to the RenderInputButtonBase.Text property.
- groupIndex
- A value to assign to the RenderInputRadioButton.GroupIndex property.
参照