SpellingSettings Methods
Specifies spelling settings for a framework element.| Name | Description |
|---|---|
| GetCheckAsYouType(DependencyObject) static | Gets the value of the SpellingSettings.CheckAsYouType attached property for a specified dependency object. |
| GetCulture(DependencyObject) static | Gets the value of the SpellingSettings.Culture attached property for a specified dependency object. |
| GetDictionarySourceCollection(DependencyObject) static | Gets the value of the SpellingSettings.DictionarySourceCollection attached property for a specified element. |
| GetIgnoreEmails(DependencyObject) static | Gets the value of the SpellingSettings.IgnoreEmails attached property for a specified dependency object. |
| GetIgnoreMixedCaseWords(DependencyObject) static | Gets the value of the SpellingSettings.IgnoreMixedCaseWords attached property for a specified dependency object. |
| GetIgnoreRepeatedWords(DependencyObject) static | Gets the value of the SpellingSettings.IgnoreRepeatedWords attached property for a specified dependency object. |
| GetIgnoreUpperCaseWords(DependencyObject) static | Gets the value of the SpellingSettings.IgnoreUpperCaseWords attached property for a specified dependency object. |
| GetIgnoreUri(DependencyObject) static | Gets the value of the SpellingSettings.IgnoreUri attached property for a specified dependency object. |
| GetIgnoreUrls(DependencyObject) static | Obsolete. Gets the value of the SpellingSettings.IgnoreUrls attached property for a specified dependency object. |
| GetIgnoreWordsWithNumbers(DependencyObject) static | Gets the value of the SpellingSettings.IgnoreWordsWithNumbers attached property for a specified dependency object. |
| GetShowSpellCheckMenu(DependencyObject) static | Gets the value of the SpellingSettings.ShowSpellCheckMenu attached property for a specified dependency object. |
| GetSpellChecker(DependencyObject) static | Gets the value of the SpellingSettings.SpellChecker attached property for a specified dependency object. |
| GetUnderlineColor(DependencyObject) static | Gets the value of the SpellingSettings.UnderlineColor attached property for a specified dependency object. |
| GetUnderlineStyle(DependencyObject) static | Gets the value of the SpellingSettings.UnderlineStyle attached property for a specified dependency object. |
| RegisterTextControl(Type) static | Enables spell checking for the descendants of the standard controls (TextBox, RichTextBox) and TextEdit. |
| SetCheckAsYouType(DependencyObject, Boolean) static | Sets the value of the SpellingSettings.CheckAsYouType attached property for a specific object. |
| SetCulture(DependencyObject, CultureInfo) static | Sets the value of the SpellingSettings.Culture attached property for a specific object. |
| SetDictionarySourceCollection(DependencyObject, DictionarySourceCollection) static | Sets the value of the SpellingSettings.DictionarySourceCollection attached property to a specified element. |
| SetIgnoreEmails(DependencyObject, DefaultBoolean) static | Sets the value of the SpellingSettings.IgnoreEmails attached property for a specific object. |
| SetIgnoreMixedCaseWords(DependencyObject, DefaultBoolean) static | Sets the value of the SpellingSettings.IgnoreMixedCaseWords attached property for a specific object. |
| SetIgnoreRepeatedWords(DependencyObject, DefaultBoolean) static | Sets the value of the SpellingSettings.IgnoreRepeatedWords attached property for a specific object. |
| SetIgnoreUpperCaseWords(DependencyObject, DefaultBoolean) static | Sets the value of the SpellingSettings.IgnoreUpperCaseWords attached property for a specific object. |
| SetIgnoreUri(DependencyObject, DefaultBoolean) static | Sets the value of the SpellingSettings.IgnoreUri attached property for a specific object. |
| SetIgnoreUrls(DependencyObject, DefaultBoolean) static | Obsolete. Sets the value of the SpellingSettings.IgnoreUrls attached property for a specific object. |
| SetIgnoreWordsWithNumbers(DependencyObject, DefaultBoolean) static | Sets the value of the SpellingSettings.IgnoreWordsWithNumbers attached property for a specific object. |
| SetShowSpellCheckMenu(DependencyObject, Boolean) static | Sets the value of the SpellingSettings.ShowSpellCheckMenu attached property for a specific object. |
| SetSpellChecker(DependencyObject, SpellChecker) static | Sets the value of the SpellingSettings.SpellChecker attached property for a specific object. |
| SetUnderlineColor(DependencyObject, Color) static | Sets the value of the SpellingSettings.UnderlineColor attached property for a specific object. |
| SetUnderlineStyle(DependencyObject, UnderlineStyle) static | Sets the value of the SpellingSettings.UnderlineStyle attached property for a specific object. |
| UnregisterTextControl(Type) static | Excludes controls of the specified type from the list of controls for which spell checking is enabled. |
See Also