Reputation: 93
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?
Upvotes: 5
Views: 547
Reputation: 4408
Use this:
{\highlightN text}
where N is the number of the color from the color table.
Upvotes: 5