Inserts a new standard text field at the current input position.

Add(TextField)

public bool Add(TextField textField);
Public Function Add(ByVal textField As TextField) As Boolean

Parameters

Parameter Description
textField Specifies the text field to add.

Return Value

The return value is true, if the text field could be added. Otherwise it is false.