SubDocument.StartSearch(String, SearchOptions, SearchDirection) Method
In This Article
Provides a search interface for a search in the current document in the specified direction, using the specified options.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
ISearchResult StartSearch(
string textToFind,
SearchOptions options,
SearchDirection direction
)
#Parameters
Name | Type | Description |
---|---|---|
text |
String | A string representing the search text. |
options | Search |
A Search |
direction | Search |
A Search |
#Returns
Type | Description |
---|---|
ISearch |
An ISearch |
See Also