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.v18.2.dll

Declaration

void UnregisterIgnoreList(
    object control
)

Parameters

Name Type Description
control Object

A control whose content is checked.

See Also