TextBoxElement Constructor(String)
In This Topic
Initializes a new instance of the
TextBoxElement class with specified text.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public TextBoxElement(
string
)
Parameters
- text
- The text to display.
See Also