
Specifies whether the text of a text field can be changed by the end-user while a TX Text Control document is being edited. The default setting of this property is true.
[C#]
public bool Editable { get; set; }
[Visual Basic]
Public Property Editable() As Boolean