Gets a value indicating whether a new text field can be inserted at the current input position. It is true if a text field can be inserted, otherwise it is false. Text Control cannot insert a text field inside of another text field.

Syntax

public bool CanAdd { get; }
Public ReadOnly Property CanAdd() As Boolean

Limitations

Read only.

See Also

Text Fields and Hypertext Links - Inserting and Deleting Text Fields.