alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class ChangeType

    Defines the constants that specifies the type of change in stream.

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

    Fields

    Delete

    Specifies whether the text was deleted.

    Declaration
    public const ChangeType Delete
    Field Value
    Type
    ChangeType

    Insert

    Specifies whether the text was inserted.

    Declaration
    public const ChangeType Insert
    Field Value
    Type
    ChangeType

    Replace

    Specifies whether the text was replaced.

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