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

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.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

void UnregisterProvider(
    IAutoCorrectProvider provider
)

Parameters

Name Type Description
provider IAutoCorrectProvider

An object which exposes the IAutoCorrectProvider interface.

See Also