Searches for text in the content of the RichTextBox control.
[Visual Basic] Overloads Public Function Find(Char()) As Integer
Searches the text of the RichTextBox control for a string.
[Visual Basic] Overloads Public Function Find(String) As Integer
Searches the text in the RichTextBox control for a specified string starting at a specified location.
[Visual Basic] Overloads Public Function Find(String,Integer) As Integer
Searches the text in the RichTextBox control for a specified string starting at a specified location and with specific options applied to the search.
[C#]
Private void Detail_Format(object sender, System.EventArgs eArgs) |
[Visual Basic]
Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format |
RichTextBox Class | RichTextBox Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.