ISpellChecker.Ignore(Object, String, Position, Position) Method
Disregards a word in a text.
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 while checking. |
start | DevExpress.XtraSpellChecker.Parser.Position | The position from which to start ignoring the word. |
end | DevExpress.XtraSpellChecker.Parser.Position | Position to finish ignoring the word. |
See Also