Back to Devexpress

SpellingSettings Members

wpf-devexpress-dot-xpf-dot-spellchecker-dot-spellingsettings-dot-underscore-members.md

latest27.4 KB
Original Source

SpellingSettings Members

Specifies spelling settings for a framework element.

Constructors

NameDescription
SpellingSettings()Initializes a new instance of the SpellingSettings class with the default settings.

Fields

NameDescription
CheckAsYouTypeProperty staticIdentifies the SpellingSettings.CheckAsYouType attached property.
CultureProperty staticIdentifies the SpellingSettings.Culture attached property.
DictionarySourceCollectionProperty staticIdentifies the SpellingSettings.DictionarySourceCollection dependency property.
IgnoreEmailsProperty staticIdentifies the SpellingSettings.IgnoreEmails attached property.
IgnoreMixedCaseWordsProperty staticIdentifies the SpellingSettings.IgnoreMixedCaseWords attached property.
IgnoreRepeatedWordsProperty staticIdentifies the SpellingSettings.IgnoreRepeatedWords attached property.
IgnoreUpperCaseWordsProperty staticIdentifies the SpellingSettings.IgnoreUpperCaseWords attached property.
IgnoreUriProperty staticIdentifies the SpellingSettings.IgnoreUri attached property.
IgnoreUrlsProperty staticObsolete. Identifies the SpellingSettings.IgnoreUrls attached property.
IgnoreWordsWithNumbersProperty staticIdentifies the SpellingSettings.IgnoreWordsWithNumbers dependency property.
ShowSpellCheckMenuProperty staticIdentifies the SpellingSettings.ShowSpellCheckMenu attached property.
SpellCheckerProperty staticIdentifies the SpellingSettings.SpellChecker attached property.
UnderlineColorProperty staticIdentifies the SpellingSettings.UnderlineColor attached property.
UnderlineStyleProperty staticIdentifies the SpellingSettings.UnderlineStyle attached property.

Properties

NameDescription
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.

Methods

NameDescription
CheckAccess()Determines whether the calling thread has access to this DispatcherObject. Inherited from DispatcherObject.
ClearValue(DependencyProperty)Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier. Inherited from DependencyObject.
ClearValue(DependencyPropertyKey)Clears the local value of a read-only property. The property to be cleared is specified by a DependencyPropertyKey. Inherited from DependencyObject.
CoerceValue(DependencyProperty)Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling DependencyObject. Inherited from DependencyObject.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether a provided DependencyObject is equivalent to the current DependencyObject. Inherited from DependencyObject.
GetCheckAsYouType(DependencyObject) staticGets the value of the SpellingSettings.CheckAsYouType attached property for a specified dependency object.
GetCulture(DependencyObject) staticGets the value of the SpellingSettings.Culture attached property for a specified dependency object.
GetDictionarySourceCollection(DependencyObject) staticGets the value of the SpellingSettings.DictionarySourceCollection attached property for a specified element.
GetHashCode()Gets a hash code for this DependencyObject. Inherited from DependencyObject.
GetIgnoreEmails(DependencyObject) staticGets the value of the SpellingSettings.IgnoreEmails attached property for a specified dependency object.
GetIgnoreMixedCaseWords(DependencyObject) staticGets the value of the SpellingSettings.IgnoreMixedCaseWords attached property for a specified dependency object.
GetIgnoreRepeatedWords(DependencyObject) staticGets the value of the SpellingSettings.IgnoreRepeatedWords attached property for a specified dependency object.
GetIgnoreUpperCaseWords(DependencyObject) staticGets the value of the SpellingSettings.IgnoreUpperCaseWords attached property for a specified dependency object.
GetIgnoreUri(DependencyObject) staticGets the value of the SpellingSettings.IgnoreUri attached property for a specified dependency object.
GetIgnoreUrls(DependencyObject) staticObsolete. Gets the value of the SpellingSettings.IgnoreUrls attached property for a specified dependency object.
GetIgnoreWordsWithNumbers(DependencyObject) staticGets the value of the SpellingSettings.IgnoreWordsWithNumbers attached property for a specified dependency object.
GetLocalValueEnumerator()Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject. Inherited from DependencyObject.
GetShowSpellCheckMenu(DependencyObject) staticGets the value of the SpellingSettings.ShowSpellCheckMenu attached property for a specified dependency object.
GetSpellChecker(DependencyObject) staticGets the value of the SpellingSettings.SpellChecker attached property for a specified dependency object.
GetType()Gets the Type of the current instance. Inherited from Object.
GetUnderlineColor(DependencyObject) staticGets the value of the SpellingSettings.UnderlineColor attached property for a specified dependency object.
GetUnderlineStyle(DependencyObject) staticGets the value of the SpellingSettings.UnderlineStyle attached property for a specified dependency object.
GetValue(DependencyProperty)Returns the current effective value of a dependency property on this instance of a DependencyObject. Inherited from DependencyObject.
InvalidateProperty(DependencyProperty)Re-evaluates the effective value for the specified dependency property. Inherited from DependencyObject.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
OnPropertyChanged(DependencyPropertyChangedEventArgs) protectedInvoked whenever the effective value of any dependency property on this DependencyObject has been updated. The specific dependency property that changed is reported in the event data. Inherited from DependencyObject.
ReadLocalValue(DependencyProperty)Returns the local value of a dependency property, if it exists. Inherited from DependencyObject.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
RegisterTextControl(Type) staticEnables spell checking for the descendants of the standard controls (TextBox, RichTextBox) and TextEdit.
SetCheckAsYouType(DependencyObject, Boolean) staticSets the value of the SpellingSettings.CheckAsYouType attached property for a specific object.
SetCulture(DependencyObject, CultureInfo) staticSets the value of the SpellingSettings.Culture attached property for a specific object.
SetCurrentValue(DependencyProperty, Object)Sets the value of a dependency property without changing its value source. Inherited from DependencyObject.
SetDictionarySourceCollection(DependencyObject, DictionarySourceCollection) staticSets the value of the SpellingSettings.DictionarySourceCollection attached property to a specified element.
SetIgnoreEmails(DependencyObject, DefaultBoolean) staticSets the value of the SpellingSettings.IgnoreEmails attached property for a specific object.
SetIgnoreMixedCaseWords(DependencyObject, DefaultBoolean) staticSets the value of the SpellingSettings.IgnoreMixedCaseWords attached property for a specific object.
SetIgnoreRepeatedWords(DependencyObject, DefaultBoolean) staticSets the value of the SpellingSettings.IgnoreRepeatedWords attached property for a specific object.
SetIgnoreUpperCaseWords(DependencyObject, DefaultBoolean) staticSets the value of the SpellingSettings.IgnoreUpperCaseWords attached property for a specific object.
SetIgnoreUri(DependencyObject, DefaultBoolean) staticSets the value of the SpellingSettings.IgnoreUri attached property for a specific object.
SetIgnoreUrls(DependencyObject, DefaultBoolean) staticObsolete. Sets the value of the SpellingSettings.IgnoreUrls attached property for a specific object.
SetIgnoreWordsWithNumbers(DependencyObject, DefaultBoolean) staticSets the value of the SpellingSettings.IgnoreWordsWithNumbers attached property for a specific object.
SetShowSpellCheckMenu(DependencyObject, Boolean) staticSets the value of the SpellingSettings.ShowSpellCheckMenu attached property for a specific object.
SetSpellChecker(DependencyObject, SpellChecker) staticSets the value of the SpellingSettings.SpellChecker attached property for a specific object.
SetUnderlineColor(DependencyObject, Color) staticSets the value of the SpellingSettings.UnderlineColor attached property for a specific object.
SetUnderlineStyle(DependencyObject, UnderlineStyle) staticSets the value of the SpellingSettings.UnderlineStyle attached property for a specific object.
SetValue(DependencyProperty, Object)Sets the local value of a dependency property, specified by its dependency property identifier. Inherited from DependencyObject.
SetValue(DependencyPropertyKey, Object)Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property. Inherited from DependencyObject.
ShouldSerializeProperty(DependencyProperty) protectedReturns a value that indicates whether serialization processes should serialize the value for the provided dependency property. Inherited from DependencyObject.
ToString()Returns a string that represents the current object. Inherited from Object.
UnregisterTextControl(Type) staticExcludes controls of the specified type from the list of controls for which spell checking is enabled.
VerifyAccess()Enforces that the calling thread has access to this DispatcherObject. Inherited from DispatcherObject.

Attached Properties

NameDescription
CheckAsYouType staticSpecifies the check-as-you-type operation mode. This is a dependency property.
Culture staticGets or sets the culture-specific settings of the spell checker. This is a dependency property. This is an attached property.
DictionarySourceCollection staticSpecifies a collection of source dictionaries that are used to check spelling in a document. This is a dependency property. This is an attached property.
IgnoreEmails staticGets or sets whether e-mail addresses should be excluded from the check. This is a dependency property.
IgnoreMixedCaseWords staticGets or sets whether the spell checker ignores words containing different case letters in positions other than the first. This is a dependency property.
IgnoreRepeatedWords staticGets or sets whether the spell checker ignores repeated words. This is a dependency property.
IgnoreUpperCaseWords staticGets or sets whether the spell checker ignores words in which all letters are uppercase. This is a dependency property.
IgnoreUri staticIdentifies the SpellingSettings.IgnoreUri attached property.
IgnoreUrls staticGets or sets whether the spell checker ignores the URLs in text. This is a dependency property.
IgnoreWordsWithNumbers staticGets or sets whether the spell checker ignores words that contain numbers. This is a dependency property.
ShowSpellCheckMenu staticSpecifies whether context menu items specific for the spell checker are shown. This is a dependency property.
SpellChecker staticSpecifies the SpellChecker instance to which the settings are applied. This is a dependency property.
UnderlineColor staticGets or sets the color used to underline the misspelled word. This is a dependency property.
UnderlineStyle staticGets or sets the underline style for misspelled words. This is a dependency property.

See Also

SpellingSettings Class

DevExpress.Xpf.SpellChecker Namespace