Skip to main content

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

void UnregisterProvider(
    IAutoCorrectProvider provider
)

Parameters

Name Type Description
provider IAutoCorrectProvider

An object which exposes the IAutoCorrectProvider interface.

See Also