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