Replaces all words to correct, that have the same text like the current uncorrected word.

ChangeAll(String)

public void ChangeAll(string correctedWord);

Parameters

Parameter Description
correctedWord Specifies the corrected text. The text of the current word to correct is replaced with this text.

Remarks

This method is only enabled if the SpellingCorrectionUIProvider's mode is set to SuggestionsCreated or WordToCorrectEditing.