Click or drag to resize
SpellCheckValidator Class
SpellCheckValidator validates a form based on a KaxSpell control. It can be used to enforce spellchecking before form submission. The ControlToValidate must be set to the ID of a KaxSpell control. The KaxSpell control should be separately set up with a control to check and other options.
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      System.Web.UI.WebControlsLabel
        System.Web.UI.WebControlsBaseValidator
          System.Web.UI.WebControlsCustomValidator
            Kettic.AspNet.ControlsSpellCheckValidator

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class SpellCheckValidator : CustomValidator

The SpellCheckValidator type exposes the following members.

Constructors
  NameDescription
Public methodSpellCheckValidator
Top
See Also