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

IAutoCorrectService.UnregisterProvider(IAutoCorrectProvider) Method

Cancels the provider registration and makes it unavailable for the clients of the service.

Namespace: DevExpress.XtraRichEdit.Services

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

Declaration

void UnregisterProvider(
    IAutoCorrectProvider provider
)

Parameters

Name Type Description
provider IAutoCorrectProvider

An object which exposes the IAutoCorrectProvider interface.

See Also