# SpellChecker Options

## Content



The [Options](/componentone/api/wpf/online-spellchecker/dotnet-framework-api/C1.WPF.SpellChecker.4.6.2/C1.WPF.SpellChecker.C1SpellChecker.Options.html) property allows you to fine-tune the checking process. It returns a [SpellOptions](/componentone/api/wpf/online-spellchecker/dotnet-framework-api/C1.WPF.SpellChecker.4.6.2/C1.WPF.SpellChecker.SpellOptions.html) object that contains the following properties:

*   **[Ignore](/componentone/api/wpf/online-spellchecker/dotnet-framework-api/C1.WPF.SpellChecker.4.6.2/C1.WPF.SpellChecker.SpellOptions.Ignore.html)**<br />Specifies whether to ignore words in upper-case, mixed-case, words that contain numbers, html tags, urls, etc.
*   **[ActiveSpellingEnabled](/componentone/api/wpf/online-spellchecker/dotnet-framework-api/C1.WPF.SpellChecker.4.6.2/C1.WPF.SpellChecker.SpellOptions.ActiveSpellingEnabled.html)**<br />Gets or sets a value indicating whether as-you-type checking is enabled.<br />This property is not currently supported in **SpellChecker for WPF and Silverlight**.
*   **[ShowSuggestionsInContextMenu](/componentone/api/wpf/online-spellchecker/dotnet-framework-api/C1.WPF.SpellChecker.4.6.2/C1.WPF.SpellChecker.SpellOptions.ShowSuggestionsInContextMenu.html)**<br />Gets or sets a value indicating whether the a context menu for misspelled words appears when as-you-type checking is enabled.<br />This property is not currently supported in **SpellChecker for WPF and Silverlight**.
*   **[MaxSuggestionsInContextMenu](/componentone/api/wpf/online-spellchecker/dotnet-framework-api/C1.WPF.SpellChecker.4.6.2/C1.WPF.SpellChecker.SpellOptions.MaxSuggestionsInContextMenu.html)**<br />Gets or sets the maximum number of suggestions to show in the context menu associated with misspelled words.<br />This property is not currently supported in **SpellChecker for WPF and Silverlight**.
*   **[UnderlineColor](/componentone/api/wpf/online-spellchecker/dotnet-framework-api/C1.WPF.SpellChecker.4.6.2/C1.WPF.SpellChecker.SpellOptions.UnderlineColor.html)**<br />Gets or sets the color used to underline misspelled words in as-you-type mode.<br />This property is not currently supported in the in **SpellChecker for WPF and Silverlight**.

## See Also

[As-You-Type](/componentone/docs/wpf/online-spellchecker/Working_with_C1SpellChecker/Concepts_and_Main_Properties/Modes/As-You-Type_Spell_Checking)

[Dialog Boxes](/componentone/docs/wpf/online-spellchecker/Working_with_C1SpellChecker/Spell_Checking_Dialog_Boxes)