richtextbox

SelectionCharOffset not set

Though I select subscript or superscript from RichTextBox , SelectionCharOffset is not changing....any idea? ...

How to change backround paragraph in richtextbox control (c#)?

Hi, I have rich text box and i save it's content to RTF file. However, i'm trying to set background color to the paragraph, but the richTextBox.Backgroung doesn't work, i also try to use the selectedText property - but it's colorize only the the text... Any idea? ...

How to prevent or override automatic formatting within RichTextBox

How would i prevent text from being automatically formatted when added to a RichTextBox, or better yet, override the formatting that does occur? For instance, the following code sets the text, but then creates a formatted link to a server. rtbSomeField.Text = "\\\\just some text"; Results in I understand why it's doing this, but ...

WPF RichTextBox Control, How To Find All Italicized Words

How can you loop through all the "words" (spaces deliminate words) in an RTB (WPF Control) to see which ones are italicized? thanks ...