RadSpell for ASP.NET

RadSpell Send comments on this topic.
SpellCheckError Class
See Also  Members  
Telerik.WebControls Namespace : SpellCheckError Class


Contains the information about a spellcheck error. The most important properties are the mistaken word and its offset in the source text.

 

Namespace: Telerik.WebControls
Assembly: RadSpell (in RadSpell.dll)

Syntax

Visual Basic (Declaration) 
Public Class SpellCheckError 
Visual Basic (Usage)Copy Code
Dim instance As SpellCheckError
C# 
public class SpellCheckError 

Inheritance Hierarchy

System.Object
   Telerik.WebControls.SpellCheckError

Requirements

Namespace: Telerik.WebControls

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: RadSpell (in RadSpell.dll)

See Also