Changes the text of the specified misspelled word and marks it as ignored. Ignored misspelled words are not underlined with a red zigzag line.

Introduced: X8.

Ignore(MisspelledWord, String)

public bool Ignore(MisspelledWord misspelledWord, string changedText);

Parameters

Parameter Description
misspelledWord Specifies the misspelled word to change.
changedText Specifies the changed text. The current text of the word is replaced with this text.

Return Value

The return value is true, if the misspelled word could be changed. Otherwise, it is false.