AGS.Editor.ScintillaWrapper.UndoLastModification C# (CSharp) Method

UndoLastModification() public method

public UndoLastModification ( ) : void
return void
        public void UndoLastModification()
        {
            this.scintillaControl1.Undo();
        }
ScintillaWrapper