0 out of 1 rated this helpful - Rate this topic

RichTextBox.Find Method

Searches for text within the contents of the RichTextBox.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method Find(Char[]) Searches the text of a RichTextBox control for the first instance of a character from a list of characters.
Public method Find(String) Searches the text in a RichTextBox control for a string.
Public method Find(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.
Public method Find(String, RichTextBoxFinds) Searches the text in a RichTextBox control for a string with specific options applied to the search.
Public method Find(Char[], Int32, Int32) Searches a range of text in a RichTextBox control for the first instance of a character from a list of characters.
Public method 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.
Public method 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.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.