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