Constructor TextField
TextField()
Default constructor.
Declaration
public TextField()
TextField(string)
Construct a TextField with a predefined text value.
Declaration
public TextField(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | value | A default text value. |