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

ISpellChecker.RegisterIgnoreList(Object, IIgnoreList) Method

Registers a list of words as the words to ignore while checking.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v20.2.dll

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

Declaration

void RegisterIgnoreList(
    object control,
    IIgnoreList ignoreList
)

Parameters

Name Type Description
control Object

A control whose content is checked.

ignoreList IIgnoreList

An object exposing the IIgnoreList interface and representing a list of words to skip.

See Also