Share via


TextChange.IsInsert 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 an insert.

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

Property Value

true if this text change is an insert; otherwise, false.

Applies to