Gets or sets a value indicating whether the reference mark and the footnote mark is highlighted.
public HighlightMode HighlightMode { get; set; }
Public Property HighlightMode() As HighlightMode
Member | Description |
---|---|
Auto | Default. The marks are highlighted as specified through the Footnote |
Activated | The marks are highlighted when they contain the text input position. |
Always | The marks are always highlighted. |
Never | The marks are never highlighted. |