Contains the available spelling error types.
Namespace: Karamasoft.WebControls.UltimateSpellAssembly: 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. |