Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
WinFormattedTextEditor in appendtext function
posted

 

How to use funcation "Appendtext" in WinFormattedTextEditor object .
Parents
  • 37774
    posted

     I don't think there is an AppendText method, but you could just add onto the existing text, such as:

    this.ultraFormattedTextEditor1.Text += "Blah";

    -Matt

Reply Children