IgnoreList.Contains(Position, Position, String) Method
Determines whether the ignored words’ list contains the specified word, and the word is ignored in the given location.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v25.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| start | DevExpress.XtraSpellChecker.Parser.Position | A start position being checked. |
| end | DevExpress.XtraSpellChecker.Parser.Position | An end position being checked. |
| word | String | A target word |
Returns
| Type | Description |
|---|---|
| Boolean | true if the word is found within the list and marked as effective in the specified location; otherwise false. |
Implements
See Also