This property returns or sets a value determining how editable regions are highlighted in the document. Editable regions can be highlighted always, never or only when the region contains the current text input position.
Introduced: 30.0.
TXTextControl.EditableRegionHighlightMode [= Mode]
The following lists the possible property values:
| Constant | Description | |
| 1 - txNever | 
 Editable regions are not highlighted.  | 
|
| 2 - txActivated | 
 An editable region is only highlighted when it contains the current text input position.  | 
|
| 3 - txAlways | 
 Default value. Editable regions are always highlighted.  | 
Integer.
Run time only.
<< TXTextControl.EditableRegionGoto Method | >> TXTextControl.EditableRegionInsert Method