Clears all edits.

Namespace:  GrassValley.Mseries.Editor
Assembly:  GrassValley.Mseries.Editor (in GrassValley.Mseries.Editor.dll) Version: 1.0.0.0

Syntax

C#
public void ClearAllEdits()
Visual Basic (Declaration)
Public Sub ClearAllEdits
Visual C++
public:
virtual void ClearAllEdits() sealed

Implements

ISimpleEditor..::.ClearAllEdits()()()

Remarks

Removes segments from the given edit. Edits that follow are rippled to fill the gap.

See Also