UltimateSpell Members

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image

The UltimateSpell type exposes the following members.

Constructors

  NameDescription
Public methodUltimateSpell
Initializes a new instance of the UltimateSpell class.

Methods

  NameDescription
Public methodRaisePostBackEvent
Method of IPostBackEventHandler that raises the ClickOK event.

Properties

  NameDescription
Public propertyAutoCorrect
Gets or sets a value that indicates whether auto correct is enabled.
Public propertyAutoDetectLanguage
Gets or sets a value that indicates whether the language is automatically detected on the client machine from browser settings.
Public propertyAutoEventWireup
Gets or sets a value that indicates whether client-side events of editable controls are autowired when spell as you type is enabled.
Public propertyCapitalizeFirstLetterOfSentences
Gets or sets a value that indicates whether the first letter of sentences is automatically capitalized as you type.
Public propertyControlIdsToCheck
Gets or sets the comma separated list of controls to spell check or to exclude.
Public propertyCustomDictionary
Gets or sets the custom dictionary to use for spell checking.
Public propertyDictionary
Gets or sets the dictionary to use for spell checking.
Public propertyGrammarButton
Gets the grammar button to start grammar check.
Public propertyGrammaticalErrorStyle
Gets or sets the style applied to the grammatical error on the grammar check dialog box.
Public propertyIgnoreCompoundWords
Gets or sets a value that indicates whether to ignore compound words.
Public propertyIgnoreDisabledControls
Gets or sets a value that indicates whether to ignore disabled controls.
Public propertyIgnoreEmailAddresses
Gets or sets a value that indicates whether to ignore Email addresses.
Public propertyIgnoreFilenames
Gets or sets a value that indicates whether to ignore filenames.
Public propertyIgnoreHtmlTags
Gets or sets a value that indicates whether to ignore HTML tags.
Public propertyIgnoreInternetAddresses
Gets or sets a value that indicates whether to ignore Internet addresses.
Public propertyIgnoreReadOnlyControls
Gets or sets a value that indicates whether to ignore read-only controls.
Public propertyIgnoreRepeatedWords
Gets or sets a value that indicates whether to ignore repeated words.
Public propertyIgnoreWordsInMixedCase
Gets or sets a value that indicates whether to ignore words in mixed case.
Public propertyIgnoreWordsInUpperCase
Gets or sets a value that indicates whether to ignore words in uppercase.
Public propertyIgnoreWordsWithNumbers
Gets or sets a value that indicates whether to ignore words with numbers.
Public propertyIncludeDirectory
Gets or sets the include directory.
Public propertyLanguage
Gets or sets the language to use for button titles and error messages on spell check dialog box.
Public propertyMaxSuggestions
Gets or sets the maximum number of suggestions.
Public propertyMaxSynonyms
Gets or sets the maximum number of synonyms to show.
Public propertyMisspelledWordStyle
Gets or sets the style applied to the misspelled word on the spell check dialog box.
Public propertyPostBackOnOK
Gets or sets a value that indicates whether to postback to server when the user clicks OK on the spell check dialog box.
Public propertyShowAddButton
Gets or sets a value that indicates whether to show the "Add to Dictionary" button when CustomDictionary is set.
Public propertyShowGrammarButton
Gets or sets a value that indicates whether to show the grammar button.
Public propertyShowModal
Gets or sets a value that indicates whether to show the spell check, grammar check, and synonyms dialog boxes in modal form.
Public propertyShowOptions
Gets or sets a value that indicates whether to show options on the spell check dialog box.
Public propertyShowSpellButton
Gets or sets a value that indicates whether to show the spell button.
Public propertyShowSynonyms
Gets or sets a value that indicates whether to show the synonyms for a selected word.
Public propertySpellAsYouType
Gets or sets a value that indicates whether spell check as you type is enabled.
Public propertySpellButton
Gets the spell button to start spell check.
Public propertySpellWaitPeriod
Gets or sets the wait period in milliseconds before sending a spell check request to server when SpellAsYouType is enabled.

Events

  NameDescription
Public eventClickOK
Raised when the user clicks the OK button on the spell check dialog box.

You have to set the PostBackOnOK property to True to let the control postback to server.

In VS.NET, you can double-click the Spell Check button to generate the event handler method automatically.

If you don't use VS.NET, you will need to edit the event handler method as in the example code for the ClickOK Event.

See Also