Searches the text in a RichTextBox control for the giving characters.
[Visual Basic] Overloads Public Function Find( _ ByVal characterSet() As Char, _ ByVal start As Integer _ ) As Integer [C#] public int Find( char[] characterSet, int start ); [C++] public: int Find( __wchar_t* characterSet[], int start ); [JScript] public function Find( characterSet : Char[], start : int ) : int;
an integer offset where the match was found or-1 if failed.
RichTextBox Class | RichTextBox Members | System.WinForms Namespace | RichTextBox.Find Overload List