Determines how an object of type TXTextControl.MisspelledWord or IncorrectWord is changed by a SpellCheckDialog or spell check menu item click operation. The enumeration contains the following values:

Members

Member Description
Delete The misspelled word is deleted. If the misspelled word is an object of type IncorrectWord the Start and Length properties of the IncorrectWord are specified to the index and length of the corresponding text that would be removed.
Ignore The misspelled word is ignored.
Replace The misspelled word is replaced by another (MisspelledWordChangingEventArgs.CorrectedWord / IncorrectWordChangingEventArgs.CorrectedWord).