| Bounds | | Gets the bounding rectangle of a text field. |
| Deleteable | | Specifies whether a text field can be deleted by the end-user while a TX Text Control document is being edited. |
| DoubleClickEvent | | Specifies whether a TextControl.TextFieldDoubleClicked event is raised, if the end-user doubleclicks the text field. |
| DoubledInputPosition | | Specifies whether a text field has a doubled input position in front of its first character and behind its last character. |
| Editable | | Specifies whether the text of a text field can be changed by the end-user while a TX Text Control document is being edited. |
| FormattingBounds | | Gets the formatting rectangle of a text field. |
| ID | | Gets or sets an identifier for a text field. |
| IsSpellCheckingEnabled | | Specifies whether a text field's text is checked on misspelled words. |
| Length | | Gets the number of characters in a text field. |
| Name | | Relates a user-defined name to a text field. |
| ShowActivated | | Specifies whether a text field toggles its background to gray, if the current input position is in the field. |
| Start | | Gets the first character position (one-based) of a text field. |
| Target | | Gets or sets a string that specifies the target to where the hypertext link points. |
| Text | | Returns or sets the text which is contained within a text field. |