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

IAutoCorrectService.RegisterProvider(IAutoCorrectProvider) Method

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

Namespace: DevExpress.XtraRichEdit.Services

Assembly: DevExpress.RichEdit.v18.2.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