UltimateSpell is an ASP.NET web server control that allows the user to spell check text and html content.
Namespace: Karamasoft.WebControls.UltimateSpellAssembly: UltimateSpell (in UltimateSpell.dll) Version: 3.7.4186.26738
Syntax
| C# |
|---|
public class UltimateSpell : WebControl, IPostBackEventHandler |
| Visual Basic |
|---|
Public Class UltimateSpell _ Inherits WebControl _ Implements IPostBackEventHandler |
| Visual C++ |
|---|
public ref class UltimateSpell : public WebControl, IPostBackEventHandler |
Remarks
UltimateSpell control renders a Spell Check button. When the user clicks this button it opens up
a dialog box to display spelling errors and suggestions to correct each misspelled word.
Inheritance Hierarchy
System..::..Object
System.Web.UI..::..Control
System.Web.UI.WebControls..::..WebControl
Karamasoft.WebControls.UltimateSpell..::..UltimateSpell
System.Web.UI..::..Control
System.Web.UI.WebControls..::..WebControl
Karamasoft.WebControls.UltimateSpell..::..UltimateSpell