5

I want to highlight some texts in my RichTextBox using RTF. I have alreast used \cb and \cbpat. Both are not working. Can anyone suggest something else for highlighting text in RTF?

1 Answers1

5

Use this:

{\highlightN text}

where N is the number of the color from the color table.

Jerry
  • 4,258
  • 3
  • 31
  • 58