Contains the available spelling error types.

Namespace:  Karamasoft.WebControls.UltimateSpell
Assembly:  UltimateSpell (in UltimateSpell.dll) Version: 3.6.3649.28014

Syntax

C#
public enum ErrorType
Visual Basic (Declaration)
Public Enumeration ErrorType
Visual C++
public enum class ErrorType

Members

Member nameDescription
NotInDictionary
Not in dictionary.
MixedCase
Mixed case.
RepeatedWord
Repeated word.

See Also