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

ModifyText() public method

public ModifyText ( string newText ) : void
newText string
return void
        public void ModifyText(string newText)
        {
            this.scintillaControl1.SetText(newText);
        }
ScintillaWrapper