Share via


TextChange.IsDelete Property

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a value that indicates whether this text change is a delete.

public bool IsDelete { get; }
member this.IsDelete : bool
Public ReadOnly Property IsDelete As Boolean

Property Value

true if this text change is a delete; otherwise, false.

Applies to