Gets or sets a value indicating whether the reference mark and the footnote mark is highlighted.

Syntax

public HighlightMode HighlightMode { get; set; }
Public Property HighlightMode() As HighlightMode

Members

Member Description
Auto Default. The marks are highlighted as specified through the FootnoteCollection.HighlightMode property.
Activated The marks are highlighted when they contain the text input position.
Always The marks are always highlighted.
Never The marks are never highlighted.