ISpellChecker.IgnoreAll(Object, String) Method
Skips the specified word throughout the entire content of the specified control.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
control | Object | A control whose content is checked. |
word | String | A word to ignore. |
See Also