Spell-Checking Options
The Options property allows you to fine-tune the spell checking process. It returns a SpellOptions object that contains the following properties:
•DialogLanguage: Customizes the language used in the built-in spell dialog box.
•Ignore: Specifies whether to ignore words in upper-case, mixed-case, words that contain numbers, html tags, urls, etc.
•ActiveSpellingEnabled: Gets or sets whether as-you-type spell-checking is enabled. This property isn't currently supported in SpellChecker for Silverlight.
•ShowSuggestionsInContextMenu: Gets or sets whether the C1SpellChecker component should provide a context menu for misspelled words when as-you-type spell checking is enabled. This property isn't currently supported in SpellChecker for Silverlight..
•MaxSuggestionsInContextMenu: Gets or sets the maximum number of suggestions to be shown in the context menu associated with misspelled words. This property isn't currently supported in SpellChecker for Silverlight.
•UnderlineColor: Gets or sets the color used to underline misspelled words in as-you-type mode. This property isn't currently supported in the in SpellChecker for Silverlight.