Skip to main content

ISpellChecker.RegisterIgnoreList(Object, IIgnoreList) Method

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

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.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