SpellError.ErrorType Enumeration

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image
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 nameValueDescription
NotInDictionary0 Not in dictionary.
MixedCase1 Mixed case.
RepeatedWord2 Repeated word.

See Also