​
​
​

Creates a new instance of the TextField class.

TextField()

​public TextField();
​Public Sub New()

TextField(String)

​public TextField(string text);
​Public Sub New(ByVal text As String)

Parameters

Parameter Description
text Specifies the visible text of the text field.
​