At the moment. a RichEditControl highlights only the currently found entry. This example demonstrates how to highlight all the found entries. The main idea is to use the custom marks feature. A custom mark is added for each found entry and drawn by the DevExpress.XtraRichEdit.RichEditControl.CustomMarkDraw event.
To manage highlighting when searching is performed using the SearchForm form - a custom SearchForm is created.
↧
How to highlight all found word entries in a document
↧