Initializes a new instance of the
TextField class.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.String _
)
public TextField(
System.string ,
System.string
)
Parameters
- name
- The name of the field
- text
- The text of the field.
See Also