Spelling Properties

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

Spelling Properties

The properties of the Spelling class are listed below. For a complete list of Spelling class members, see the Spelling Members topic.

Public Instance Properties

AlertComplete Display the 'Spell Check Complete' alert.
Container (inherited from Component) Gets the IContainer that contains the Component.
CurrentWord The current word being spell checked from the text property
Dictionary The WordDictionary object to use when spell checking
IgnoreAllCapsWords Ignore words with all capital letters when spell checking
IgnoreHtml Ignore html tags when spell checking
IgnoreList List of words to automatically ignore
IgnoreWordsWithDigits Ignore words with digits when spell checking
MaxSuggestions The maximum number of suggestions to generate
ReplaceList List of words and replacement values to automatically replace
ReplacementWord The word to used when replacing the misspelled word
ShowDialog Determines if the spell checker should use its internal suggestions and options dialogs.
Site (inherited from Component) Gets or sets the ISite of the Component.
SuggestionForm The internal spelling suggestions dialog form
SuggestionMode The suggestion strategy to use when generating suggestions
Suggestions An array of word suggestions for the correct spelling of the misspelled word
Text The text to spell check
TextIndex TextIndex is the index of the current text being spell checked
WordCount The number of words being spell checked
WordIndex WordIndex is the index of the current word being spell checked

Protected Instance Properties

DesignMode (inherited from Component) Gets a value that indicates whether the Component is currently in design mode.
Events (inherited from Component)Gets the list of event handlers that are attached to this Component.

See Also

Spelling Class | NetSpell.SpellChecker Namespace