​
​
​

Gets or sets the new word that replaces the text of an object of type TXTextControl.MisspelledWord.

Syntax

​public string CorrectedWord { get; set; }
​Public Property CorrectedWord() As String
​

Remarks

That property returns an exception, if the current MisspelledWordChangingEventArgs.Type property is not type of Replace.

​