Skip to main content

ISpellChecker.UnregisterIgnoreList(Object) Method

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

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

void UnregisterIgnoreList(
    object control
)

Parameters

Name Type Description
control Object

A control whose content is checked.

See Also