TXTextControl.EditableRegionHighlightMode Property

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.

Syntax

TXTextControl.EditableRegionHighlightMode [= Mode]

Constants

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.

Data Types

Integer.

Limitations

Run time only.

See Also