System.Windows.Forms 1.0.5000.0 2.0.0.0 System.Enum System.Flags An application locates text in the control by calling the method of the control. This enumeration enables you to specify how the search is performed when the method is called. You can combine one or more values from this enumeration to specify more than one search option when calling the method. Specifies how a text search is carried out in a control. Field System.Windows.Forms.RichTextBoxFinds Locate only instances of the search text that have the exact casing. 1.0.5000.0 2.0.0.0 Field System.Windows.Forms.RichTextBoxFinds The search text, if found, should not be highlighted. 1.0.5000.0 2.0.0.0 Field System.Windows.Forms.RichTextBoxFinds Locate all instances of the search text, whether the instances found in the search are whole words or not. 1.0.5000.0 2.0.0.0 Field System.Windows.Forms.RichTextBoxFinds The search starts at the end of the control's document and searches to the beginning of the document. 1.0.5000.0 2.0.0.0 Field System.Windows.Forms.RichTextBoxFinds Locate only instances of the search text that are whole words. 1.0.5000.0 2.0.0.0