Click or drag to resize
SpellCheckError Class
Contains the information about a spellcheck error. The most important properties are the mistaken word and its offset in the source text.
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.ControlsSpellCheckError

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[SerializableAttribute]
public class SpellCheckError

The SpellCheckError type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyMistakenWord
The original word that the spellchecker has determined to be wrong.
Public propertyOffsetInText
The offset in the source text. It is useful for locating the original word and replacing it with one of the suggestions.
Public propertySuggestions
Suggestions for replacing the mistaken word.
Public propertyWordIndex
The index of the misspelled word
Top
See Also