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