Removes the specified form field from a Text Control document.
public bool Remove(FormField formField);
Public Function Remove(ByVal formField As FormField) As Boolean
Parameter | Description |
---|---|
form |
Specifies the formr field to remove. |
The return value is true, if the form field could be removed. Otherwise it is false.
Learn more about the TXText