Class TextParsingMode
Defines the constants that specifies the mode of text parsing in EditControl. You can switch between high speed and high accuracy modes.
Inheritance
System.Object
TextParsingMode
Namespace: Syncfusion.Windows.Forms.Edit.Enums
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public sealed class TextParsingMode : Enum
Fields
FullParsing
Represents the slow parsing speed and provides all text is parsed and colored with 100% accuracy.
Declaration
public const TextParsingMode FullParsing
Field Value
| Type |
|---|
| TextParsingMode |
PartialParsingNoFallback
Represents the high parsing speed and provides some text can be colored incorrectly.
Declaration
public const TextParsingMode PartialParsingNoFallback
Field Value
| Type |
|---|
| TextParsingMode |
PartialParsingWithFallback
Represents the high parsing speed, the accuracy of which cannot be guaranteed, is colored as simple text without syntax highlighting.
Declaration
public const TextParsingMode PartialParsingWithFallback
Field Value
| Type |
|---|
| TextParsingMode |