ITextBuffer.EditInProgress Property

Definition

Determines whether an edit operation is currently in progress on the ITextBuffer.

public:
 property bool EditInProgress { bool get(); };
public:
 property bool EditInProgress { bool get(); };
public bool EditInProgress { get; }
member this.EditInProgress : bool
Public ReadOnly Property EditInProgress As Boolean

Property Value

true if an edit operation is currently in progress on the ITextBuffer, otherwise false.

Applies to