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