Skip to main content
A newer version of this page is available. .

ISyntaxHighlightService Interface

Enables you to implement the text highlighting functionality.

Namespace: DevExpress.XtraRichEdit.Services

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

Declaration

[ComVisible(true)]
public interface ISyntaxHighlightService

Remarks

Use service substitution technique to register your service implementing the ISyntaxHighlightService.Execute method. This method is called when the text content of the RichEditControl is modified.

Tip

A complete sample project is available in the DevExpress Code Examples database at http://www.devexpress.com/example=E2993.

See Also