Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Searches for text within the contents of the RichTextBox.
Overload List
| Name | Description | |
|---|---|---|
![]() |
Find(array<Char[]) | Searches the text of a RichTextBox control for the first instance of a character from a list of characters. (Inherited from RichTextBox.) |
![]() |
Find(String) | Searches the text in a RichTextBox control for a string. (Inherited from RichTextBox.) |
![]() |
Find(array<Char[], Int32) | Searches the text of a RichTextBox control, at a specific starting point, for the first instance of a character from a list of characters. (Inherited from RichTextBox.) |
![]() |
Find(String, RichTextBoxFinds) | Searches the text in a RichTextBox control for a string with specific options applied to the search. (Inherited from RichTextBox.) |
![]() |
Find(array<Char[], Int32, Int32) | Searches a range of text in a RichTextBox control for the first instance of a character from a list of characters. (Inherited from RichTextBox.) |
![]() |
Find(String, Int32, RichTextBoxFinds) | Searches the text in a RichTextBox control for a string at a specific location within the control and with specific options applied to the search. (Inherited from RichTextBox.) |
![]() |
Find(String, Int32, Int32, RichTextBoxFinds) | Searches the text in a RichTextBox control for a string within a range of text within the control and with specific options applied to the search. (Inherited from RichTextBox.) |
Top
.gif)