'Declaration Public Overloads Function Find( _ ByVal str As String, _ ByVal start As Integer, _ ByVal findOptions As RichTextBox.FindOptions _ ) As Integer
public int Find( string str, int start, RichTextBox.FindOptions findOptions )
Parameters
- str
- The text to locate in the control.
- start
- The location within the control's text at which to begin searching.
- findOptions
- A bitwise combination of the FindOptions values.