RenderInputRadioButton Constructor(String,String)
In This Topic
Initializes a new instance of the
RenderInputRadioButton class, assigning the
Name and
RenderInputButtonBase.Text properties.
Syntax
'Declaration
Public Function New( _
ByVal As String, _
ByVal As String _
)
public RenderInputRadioButton(
string ,
string
)
Parameters
- name
- A string to assign to the Name property.
- text
- A string to assign to the RenderInputButtonBase.Text property.
See Also