Gets or sets a value indicating whether all the commented texts in the document are highlighted.

Introduced: 30.0.

Syntax

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

Members

Member Description
Activated Default. A commented text is highlighted when it contains the text input position.
Always All commented texts are highlighted.
Never No commented text is highlighted.
Auto This value cannot be used for this property.