Contains the available spelling error types.
Namespace:
Karamasoft.WebControls.UltimateSpellAssembly: 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 name | Description | |
|---|---|---|
| NotInDictionary |
Not in dictionary.
| |
| MixedCase |
Mixed case.
| |
| RepeatedWord |
Repeated word.
|