RadSpell for ASP.NET

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


SpellCheckValidator validates a form based on a RadSpell control. It can be used to enforce spellchecking before form submission. The ControlToValidate must be set to the ID of a RadSpell control. The RadSpell control should be separately set up with a control to check and other options.

 

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

Syntax

Visual Basic (Declaration) 
Public Class SpellCheckValidator 
   Inherits CustomValidator
Visual Basic (Usage)Copy Code
Dim instance As SpellCheckValidator
C# 
public class SpellCheckValidator : CustomValidator 

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         System.Web.UI.WebControls.Label
            System.Web.UI.WebControls.BaseValidator
               System.Web.UI.WebControls.CustomValidator
                  Telerik.WebControls.SpellCheckValidator

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