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