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