GrapeCity.ActiveReports.v9 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace : RichTextBox.FindOptions Enumeration |
Specifies how a text search is carried out in a RichTextBox control.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
'Declaration Public Enum RichTextBox.FindOptions Inherits System.Enum
public enum RichTextBox.FindOptions : System.Enum
Member | Description |
---|---|
MatchCase | Locate only instances of the search text that have the exact casing. |
None | Locate all instances of the search text to determine whether the instances found in the search are whole words or not. |
Reverse | Starts the search at the end of the control's document and searches to the beginning of the document. |
WholeWord | Locate only instances of the search text that are whole words. |
An application locates text in the RichTextBox control by calling the Find method of the RichTextBox control. This enumeration enables you to specify how the search is performed when the Find method is called. You can combine one or more values from this enumeration to specify more than one search option when calling the Find method.
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.SectionReportModel.RichTextBox.FindOptions
GrapeCity.ActiveReports.SectionReportModel Namespace
ActiveReports6~GrapeCity.ActiveReports.RichTextBox~Find(String,Int32,FindOptions)