Removes the specified target from a Text Control document.

Remove(DocumentTarget)

public bool Remove(DocumentTarget documentTarget);
Public Function Remove(ByVal documentTarget As DocumentTarget) As Boolean

Parameters

Parameter Description
documentTarget Specifies the document target to remove.

Return Value

The return value is true, if the document target could be removed. Otherwise it is false.