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.
 
Back
Top