Gets or sets a value indicating whether the commented text is highlighted.
public HighlightMode HighlightMode { get; set; }
Public Property HighlightMode() As HighlightMode
Member | Description |
---|---|
Auto | Default. The commented text is highlighted as specified through the Text |
Activated | The commented text is highlighted when it contains the text input position. |
Always | The commented text is always highlighted. |
Never | The commented text is never highlighted. |