Removes the specified form field from a Text Control document.

Remove(FormField)

public bool Remove(FormField formField);
Public Function Remove(ByVal formField As FormField) As Boolean

Parameters

Parameter Description
formField Specifies the formr field to remove.

Return Value

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