RenderInputCheckBox Constructor(String)
In This Topic
Initializes a new instance of the
RenderInputCheckBox class.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public RenderInputCheckBox(
string
)
Parameters
- text
- The text to use as the checkbox label.
See Also