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

Declaration

void UnregisterProvider(
    IAutoCorrectProvider provider
)

Parameters

Name Type Description
provider IAutoCorrectProvider

An object which exposes the IAutoCorrectProvider interface.

See Also