How to remove richtext format?

  • Thread starter Thread starter Du
  • Start date Start date
D

Du

I like richtext textbox and its shortcut, but I don't need the richtext
format. How do I tell the richtext text box to strips all the format and
convert everything to plain text?

Thanks
 
Hi Du,

Use the RichTextBox's Text property to get the pure text. Putting this
text into the Rtf property should cancel any formatting still there.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top