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

SetText() public method

public SetText ( string newText ) : void
newText string
return void
        public void SetText(string newText)
        {
            SetText(newText, true);
        }

Same methods

ScintillaWrapper::SetText ( string newText, bool clearModified ) : void
ScintillaWrapper