HighlightingRangeType Enumeration

T3000 CrossPlatform

HighlightingRangeType Enumeration

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

Type of highlighting

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public enum HighlightingRangeType
Public Enumeration HighlightingRangeType

Dim instance As HighlightingRangeType
Members
  Member nameValueDescription
ChangedRange0 Highlight only changed range of text. Highest performance.
VisibleRange1 Highlight visible range of text. Middle performance.
AllTextRange2 Highlight all (visible and invisible) text. Lowest performance.
See Also