Removes the specified target from a Text Control document.
public bool Remove(DocumentTarget documentTarget);Public Function Remove(ByVal documentTarget As DocumentTarget) As Boolean| Parameter | Description |
|---|---|
| document |
Specifies the document target to remove. |
The return value is true, if the document target could be removed. Otherwise it is false.