HighlightingRangeType Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
This property specifies which part of the text will be highlighted as you type (by built-in highlighter).

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public HighlightingRangeType HighlightingRangeType { get; set; }
Visual Basic
Public Property HighlightingRangeType As HighlightingRangeType
	Get
	Set
Visual C++
public:
property HighlightingRangeType HighlightingRangeType {
	HighlightingRangeType get ();
	void set (HighlightingRangeType value);
}

Remarks

When a user enters text, a component of rebuilding the highlight (because the text is changed). This property specifies exactly which section of the text will be re-highlighted. This can be useful to highlight multi-line comments, for example.

See Also