Version

SpellErrorAction Enumeration

The action to take when a word is misspelled in a spell checked object.
Syntax
'Declaration
 
Public Enum SpellErrorAction 
   Inherits System.Enum
public enum SpellErrorAction : System.Enum 
Members
MemberDescription
IgnoreIgnore this instance of the word and do not mark it as an error.
MarkAsErrorUnderline this word to indicate it is an error.
ReplaceReplace the word in the object being spell checked with the value from the SpellErrorEventArgs.ReplaceWord property after the UltraSpellChecker.SpellError event has fired.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also