The UltimateSpell type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AutoCorrect |
Gets or sets a value that indicates whether auto correct is enabled.
| |
| AutoDetectLanguage |
Gets or sets a value that indicates whether the language is automatically detected
on the client machine from browser settings.
| |
| AutoEventWireup |
Gets or sets a value that indicates whether client-side events of editable controls are autowired when spell as you type is enabled.
| |
| CapitalizeFirstLetterOfSentences |
Gets or sets a value that indicates whether the first letter of sentences is automatically capitalized as you type.
| |
| ControlIdsToCheck |
Gets or sets the comma separated list of controls to spell check or to exclude.
| |
| CustomDictionary |
Gets or sets the custom dictionary to use for spell checking.
| |
| Dictionary |
Gets or sets the dictionary to use for spell checking.
| |
| GrammarButton |
Gets the grammar button to start grammar check.
| |
| GrammaticalErrorStyle |
Gets or sets the style applied to the grammatical error on the grammar check dialog box.
| |
| IgnoreCompoundWords |
Gets or sets a value that indicates whether to ignore compound words.
| |
| IgnoreDisabledControls |
Gets or sets a value that indicates whether to ignore disabled controls.
| |
| IgnoreEmailAddresses |
Gets or sets a value that indicates whether to ignore Email addresses.
| |
| IgnoreFilenames |
Gets or sets a value that indicates whether to ignore filenames.
| |
| IgnoreHtmlTags |
Gets or sets a value that indicates whether to ignore HTML tags.
| |
| IgnoreInternetAddresses |
Gets or sets a value that indicates whether to ignore Internet addresses.
| |
| IgnoreReadOnlyControls |
Gets or sets a value that indicates whether to ignore read-only controls.
| |
| IgnoreRepeatedWords |
Gets or sets a value that indicates whether to ignore repeated words.
| |
| IgnoreWordsInMixedCase |
Gets or sets a value that indicates whether to ignore words in mixed case.
| |
| IgnoreWordsInUpperCase |
Gets or sets a value that indicates whether to ignore words in uppercase.
| |
| IgnoreWordsWithNumbers |
Gets or sets a value that indicates whether to ignore words with numbers.
| |
| IncludeDirectory |
Gets or sets the include directory.
| |
| Language |
Gets or sets the language to use for button titles and error messages on spell check dialog box.
| |
| MaxSuggestions |
Gets or sets the maximum number of suggestions.
| |
| MaxSynonyms |
Gets or sets the maximum number of synonyms to show.
| |
| MisspelledWordStyle |
Gets or sets the style applied to the misspelled word on the spell check dialog box.
| |
| PostBackOnOK |
Gets or sets a value that indicates whether to postback to server when the user clicks OK on the spell check dialog box.
| |
| ShowAddButton |
Gets or sets a value that indicates whether to show the "Add to Dictionary" button when CustomDictionary is set.
| |
| ShowGrammarButton |
Gets or sets a value that indicates whether to show the grammar button.
| |
| ShowModal |
Gets or sets a value that indicates whether to show the spell check, grammar check, and synonyms dialog boxes in modal form.
| |
| ShowOptions |
Gets or sets a value that indicates whether to show options on the spell check dialog box.
| |
| ShowSpellButton |
Gets or sets a value that indicates whether to show the spell button.
| |
| ShowSynonyms |
Gets or sets a value that indicates whether to show the synonyms for a selected word.
| |
| SpellAsYouType |
Gets or sets a value that indicates whether spell check as you type is enabled.
| |
| SpellButton |
Gets the spell button to start spell check.
| |
| SpellWaitPeriod |
Gets or sets the wait period in milliseconds before sending a spell check request to server when SpellAsYouType is enabled.
|