I'm trying to create a search text box that will allow the user to enter text, and then when the button is pressed it will searching the richtextbox to search for a match and highlight the matching text. However when reading examples of how to do this people use:
RichTextBox.Text
but I don't have a text property, so I can't type that and can't see another way around. Why doesn't the .Text appear?