Skip to main content
A newer version of this page is available. .

ISpellChecker.Ignore(Object, String, Position, Position) Method

Disregards a word in a text.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v18.2.dll

Declaration

void Ignore(
    object control,
    string word,
    Position start,
    Position end
)

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