AGS.Editor.ScintillaWrapper.SetText C# (CSharp) 메소드

SetText() 공개 메소드

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

Same methods

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