menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum TextParsingMode - API Reference

    Show / Hide Table of Contents

    Enum TextParsingMode

    Defines the constants that specifies the mode of text parsing in EditControl. You can switch between high speed and high accuracy modes.

    Namespace: Syncfusion.Windows.Forms.Edit.Enums
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public enum TextParsingMode

    Fields

    Name Description
    FullParsing

    Represents the slow parsing speed and provides all text is parsed and colored with 100% accuracy.

    PartialParsingNoFallback

    Represents the high parsing speed and provides some text can be colored incorrectly.

    PartialParsingWithFallback

    Represents the high parsing speed, the accuracy of which cannot be guaranteed, is colored as simple text without syntax highlighting.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved