Overload | Description |
---|---|
Find(Char[]) | Searches the text of a RichTextBox control for the first instance of a character from a list of characters. |
Find(String) | Searches the text of the RichTextBox control for a string. |
Find(String,Int32) | Searches the text in the RichTextBox control for a specified string starting at a specified location. |
Find(String,Int32,FindOptions) | Searches the text in the RichTextBox control for a specified string starting at a specified location and with specific options applied to the search. |