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

Paste() public method

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