UltimateSpell Class Library

SpellError.Type Property

Gets or sets the spelling error type.

[Visual Basic]
Public Property Type As ErrorType
[C#]
public SpellError.ErrorType Type {get; set;}

Property Value

Spelling error type.

Remarks

Use this property to set the spelling error type to a value in ErrorType enumeration.

See Also

SpellError Class | Karamasoft.WebControls.UltimateSpell Namespace