Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ISyntaxHighlightService Interface

Enables you to implement the text highlighting functionality.

Namespace: DevExpress.XtraRichEdit.Services

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

[ComVisible(true)]
public interface ISyntaxHighlightService

Remarks

Use the service substitution technique to register your service implementing the ISyntaxHighlightService.Execute and ISyntaxHighlightService.ForceExecute() methods. These methods are called when the text content of the RichEditControl is modified.

View Example

See Also