Gets or sets an array of MisspelledWord objects. After checking the text which can be obtained with the SpellCheckTextEventArgs.Text property, this property must be set to inform the TextControl about the starting position and length of all misspelled words the text contains.

Syntax

public MisspelledWord[] MisspelledWords { get; set; }
Public Property MisspelledWords() As MisspelledWord()