Classes
Class | Description | |
---|---|---|
AutoCorrector |
Represents an auto corrector that fixes a spelling mistake automatically.
| |
Callback |
Represents a web page called by the control to do spell checking
by using AJAX (Asynchronous JavaScript and XML) techniques.
| |
ClickOKEventArgs |
Class sent to the event handler when the ClickOK event is fired.
| |
Speller |
Represents a spell checker that looks up the specified dictionary for the words
in the given text, and returns the spelling errors and suggestions.
| |
SpellError |
Represents a spelling error and possible suggestions to correct the error.
| |
Stemmer |
Represents a stemmer that finds the stem of a word or expands words from a stem.
| |
Synonymizer |
Represents a synonymizer that finds the synonyms of a word.
| |
UltimateSpell |
UltimateSpell is an ASP.NET web server control that allows the user to spell check text and html content.
| |
UltimateSpellButton |
Represents a multi-button control that allows the user to start spell checking.
|
Delegates
Delegate | Description | |
---|---|---|
UltimateSpell..::..ClickOKEventHandler |
Declares the ClickOK event handler delegate.
|
Enumerations
Enumeration | Description | |
---|---|---|
SpellError..::..ErrorType |
Contains the available spelling error types.
| |
UltimateSpellButton..::..SpellButtonType |
Contains the available button types.
|