Removes the specified target from a Text Control document.

Remove(DocumentTarget)

public bool Remove(DocumentTarget documentTarget);

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.