HighlightingRangeType Enumeration

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Type of highlighting

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

Syntax

C#
public enum HighlightingRangeType
Visual Basic
Public Enumeration HighlightingRangeType
Visual C++
public enum class 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