Gets a collection of all incorrect words that were detected by the last call of the TXSpellChecker.Check method. The property's value is an object of type IncorrectWordCollection.

Syntax

public Proofing.IncorrectWordCollection IncorrectWords{ get; }
Public ReadOnly Property IncorrectWords() As Proofing.IncorrectWordCollection

Limitations

Read only.