TextField Constructors
| Name | Parameters | Description |
|---|---|---|
| TextField() | none | Initializes a new instance of the TextField class. |
| TextField(String, TextProperties) | text, textProperties | Initializes a new instance of the TextField class with specified settings. |
| TextField(String) | text | Initializes a new instance of the TextField class with specified settings. |
See Also