Inserts the specified target at the current text input position.
public bool Add(DocumentTarget documentTarget);
public function Add(DocumentTarget As documentTarget) As Boolean
Parameter | Description |
---|---|
document |
Specifies the document target to add. |
The return value is true, if the document target could be added. Otherwise it is false.