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.
public bool Ignore(MisspelledWord misspelledWord, string changedText);
Public Function Ignore(ByVal misspelledWord As MisspelledWord, changedText As String) As Boolean
Parameter | Description |
---|---|
misspelled |
Specifies the misspelled word to change. |
changed |
Specifies the changed text. The current text of the word is replaced with this text. |
The return value is true, if the misspelled word could be changed. Otherwise, it is false.