ISpellChecker.RegisterIgnoreList(Object, IIgnoreList) Method
Registers a list of words as the words to ignore while checking.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.Data.v25.2.dll
NuGet Package: DevExpress.Data
Declaration
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