RadSpell for ASP.NET

RadSpell Send comments on this topic.
SpellCheckProvider Enumeration
See Also  
Telerik.WebControls Namespace : SpellCheckProvider Enumeration


The spellcheck provider enumeration.  

 

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

Syntax

Visual Basic (Declaration) 
Public Enum SpellCheckProvider 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As SpellCheckProvider
C# 
public enum SpellCheckProvider : Enum 

Members

MemberDescription
TelerikProvider The default provider. The same as PhoneticProvider
EditDistanceProvider This provider uses the edit distance algorithm. It will work for non-western languages.
PhoneticProvider This provider uses phonetic codes to provide "sounds like" word suggestions. Really effective for English, and less so for other languages.
MicrosoftWordProvider This provider automates Microsoft Word via its COM Interop interface.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Telerik.WebControls.SpellCheckProvider

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