Creates a new instance of the TextField class.

TextField()

public TextField();

TextField(String)

public TextField(string text);

Parameters

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