Inserts the specified target at the current text input position.

Add(DocumentTarget)

public bool Add(DocumentTarget documentTarget);
public function Add(DocumentTarget As documentTarget) As Boolean

Parameters

Parameter Description
documentTarget Specifies the document target to add.

Return Value

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