FastColoredTextBox.HighlightingRangeType Property

T3000 CrossPlatform

FastColoredTextBoxHighlightingRangeType Property

[This is preliminary documentation and is subject to change.]

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.16.23.0 (2.16.23.0)
Syntax
public HighlightingRangeType HighlightingRangeType { get; set; }
Public Property HighlightingRangeType As HighlightingRangeType
	Get
	Set

Dim instance As FastColoredTextBox
Dim value As HighlightingRangeType

value = instance.HighlightingRangeType

instance.HighlightingRangeType = value

Property Value

Type: HighlightingRangeType
Remarks
When a user enters text, a component refreshes highlighting (because the text was 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