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

ChangeAll(String)

public void ChangeAll(string correctedWord);
Public Sub ChangeAll(correctedWord As String)

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.