ISearchResult.CurrentResult Property
Gets the search result.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
DocumentRange | A DocumentRange object representing the text range that matches the search string. |
Remarks
Each call to the ISearchResult.FindNext method returns a new CurrentResult, if the search is successful (the ISearchResult.FindNext returns true).
See Also