alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class LexemCollapsingType

    Defines the constants that specifies the all types of meanings of the lexem in the terms of collapsing.

    Inheritance
    System.Object
    LexemCollapsingType
    Namespace: Syncfusion.Windows.Forms.Edit.Enums
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public sealed class LexemCollapsingType : Enum

    Fields

    CollapsedLexem

    Specifies whether the lexem is a collapsed region.

    Declaration
    public const LexemCollapsingType CollapsedLexem
    Field Value
    Type
    LexemCollapsingType

    None

    Specifies whether the lexem is not related to the collapsible regions.

    Declaration
    public const LexemCollapsingType None
    Field Value
    Type
    LexemCollapsingType

    RegionEnd

    Specifies whether the lexem is the last region of the collapsible region.

    Declaration
    public const LexemCollapsingType RegionEnd
    Field Value
    Type
    LexemCollapsingType

    RegionStart

    Specifies whether the lexem is the first lexem of the collapsible region.

    Declaration
    public const LexemCollapsingType RegionStart
    Field Value
    Type
    LexemCollapsingType
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved