Inserts the specified form field at the current input position.
public bool Add(FormField formField);
public function Add(formField As FormField) As Boolean
Parameter | Description |
---|---|
form |
Specifies the form field to add. |
The return value is true, if the form field could be added. Otherwise it is false.