Karamasoft.WebControls.UltimateSpell Namespace

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image
 

Classes

  ClassDescription
Public classAutoCorrector
Represents an auto corrector that fixes a spelling mistake automatically.
Public classCallback
Represents a web page called by the control to do spell checking by using AJAX (Asynchronous JavaScript and XML) techniques.
Public classClickOKEventArgs
Class sent to the event handler when the ClickOK event is fired.
Public classSpeller
Represents a spell checker that looks up the specified dictionary for the words in the given text, and returns the spelling errors and suggestions.
Public classSpellError
Represents a spelling error and possible suggestions to correct the error.
Public classStemmer
Represents a stemmer that finds the stem of a word or expands words from a stem.
Public classSynonymizer
Represents a synonymizer that finds the synonyms of a word.
Public classUltimateSpell
UltimateSpell is an ASP.NET web server control that allows the user to spell check text and html content.
Public classUltimateSpellButton
Represents a multi-button control that allows the user to start spell checking.

Delegates

  DelegateDescription
Public delegateUltimateSpell..::..ClickOKEventHandler
Declares the ClickOK event handler delegate.

Enumerations

  EnumerationDescription
Public enumerationSpellError..::..ErrorType
Contains the available spelling error types.
Public enumerationUltimateSpellButton..::..SpellButtonType
Contains the available button types.