Inserts the specified form field at the current input position.

Add(FormField)

public bool Add(FormField formField);
public function Add(formField As FormField) As Boolean

Parameters

Parameter Description
formField Specifies the form field to add.

Return Value

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