
Gets a value indicating whether a new document target can be inserted at the current input position. It is true if a document target can be inserted, otherwise it is false. Text Control cannot insert a document target inside of another text field.
[C#]
public bool CanAdd { get; }
[Visual Basic]
Public ReadOnly Property CanAdd() As Boolean
Read only.