Gets or sets a value indicating how the text of the table of contents is highlighted.
public HighlightMode HighlightMode { get; set; }
Public Property HighlightMode() As HighlightMode
Member | Description |
---|---|
Auto | This value is not used for tables of contents. |
Activated | The table of contents is only highlighted, when it contains the current text input position and when the control has the input focus. |
Always | The table of contents is always highlighted. |
Never | The table of contents is never highlighted. |