AGS.Editor.ScintillaWrapper.Paste C# (CSharp) Méthode

Paste() public méthode

public Paste ( ) : void
Résultat void
        public void Paste()
        {
            this.scintillaControl1.Paste();
        }
ScintillaWrapper