ITextBuffer.EditInProgress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.