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

ISpellChecker.UnregisterIgnoreList(Object) Method

Unregisters the previously registered list of words which should be skipped while checking.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

void UnregisterIgnoreList(
    object control
)

Parameters

Name Type Description
control Object

A control whose content is checked.

See Also