Inserts a new standard text field at the current input position.
public bool Add(TextField textField);
Public Function Add(ByVal textField As TextField) As Boolean
Parameter | Description |
---|---|
text |
Specifies the text field to add. |
The return value is true, if the text field could be added. Otherwise it is false.