Back to Devexpress

ISearchResult.CurrentResult Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-isearchresult.md

latest1.6 KB
Original Source

ISearchResult.CurrentResult Property

Gets the search result.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
DocumentRange CurrentResult { get; }
vb
ReadOnly Property CurrentResult As DocumentRange

Property Value

TypeDescription
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

ISearchResult Interface

ISearchResult Members

DevExpress.XtraRichEdit.API.Native Namespace