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, _ ByVal end As Integer _ ) As Integer [C#] public int Find( char[] characterSet, int start, int end ); [C++] public: int Find( __wchar_t* characterSet[], int start, int end ); [JScript] public function Find( characterSet : Char[], start : int, end : 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