UltimateSpell Class Library |
SpellError..::..ErrorType Enumeration |
SpellError Class See Also Send Feedback |
Contains the available spelling error types.
Namespace: Karamasoft.WebControls.UltimateSpell
Assembly: UltimateSpell (in UltimateSpell.dll) Version: 3.7.4186.26738
Syntax
C# |
---|
public enum ErrorType |
Visual Basic |
---|
Public Enumeration ErrorType |
Visual C++ |
---|
public enum class ErrorType |
Members
Member name | Value | Description | |
---|---|---|---|
NotInDictionary | 0 | Not in dictionary. | |
MixedCase | 1 | Mixed case. | |
RepeatedWord | 2 | Repeated word. |