Skip to main content

ISpellChecker.IgnoreAll(Object, String) Method

Skips the specified word throughout the entire content of the specified control.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

void IgnoreAll(
    object control,
    string word
)

Parameters

Name Type Description
control Object

A control whose content is checked.

word String

A word to ignore.

See Also