Skip to main content

ISearchResult Interface

Defines the interface used for text searching.

Namespace: DevExpress.XtraRichEdit.API.Native

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

#Declaration

[ComVisible(true)]
public interface ISearchResult

#Remarks

The SubDocument.StartSearch method provides the ISearchResult interface. You can then start searching, or make replacements.

See Also