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