Im using command to find a string in a rich text box:

Code:
        RichTextBox1.Find(TextBox1.Text)
How do I highlight the text after it has been found?