Replaces the current word to correct with a specified word.

Change(String)

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

Parameters

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

Remarks

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