TXTextControl.FootnoteHighlightMode Property

This property returns or sets a value indicating whether all the footnote numbers, reference marks as well as footnote marks, in the document are highlighted.

Introduced: 32.0.

Syntax

TXTextControl.FootnoteHighlightMode [= Mode]

Constants

The following lists the possible property values:

Constant Description
1 - txNever

Default value. No footnote number is highlighted.

2 - txActivated

A footnote number is highlighted when it contains the text input position.

3 - txAlways

All footnote numbers are highlighted.

Data Types

Integer.

Limitations

Run time only.

See Also