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