Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

IAutoCorrectService.RegisterProvider(IAutoCorrectProvider) Method

Registers the provider and makes it available to clients of the service.

Namespace: DevExpress.XtraRichEdit.Services

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

void RegisterProvider(
    IAutoCorrectProvider provider
)

Parameters

Name Type Description
provider IAutoCorrectProvider

An object which exposes the IAutoCorrectProvider interface.

Remarks

Use the RegisterProvider method to add a custom provider object that is used by a IAutoCorrectService service to process input.

See Also