Back to Devexpress

OptionsSpelling Properties

windowsforms-devexpress-dot-xtraspellchecker-dot-optionsspelling-dot-underscore-properties.md

latest3.2 KB
Original Source

OptionsSpelling Properties

Contains options that affect text processing.

NameDescription
CheckFromCursorPosStart spell check from the cursor position. Inherited from OptionsSpellingBase.
CheckSelectedTextFirstSpell check the selected text first. Inherited from OptionsSpellingBase.
IgnoreEmailsGets or sets whether e-mail addresses should be excluded from the check. Inherited from OptionsSpellingBase.
IgnoreMarkupTagsGets or sets whether the text enclosed with specific markup tags should be checked. Inherited from OptionsSpellingBase.
IgnoreMixedCaseWordsGets or sets whether the spell checker ignores words containing different case letters in positions other than the first. Inherited from OptionsSpellingBase.
IgnoreRepeatedWordsGets or sets whether the spell checker ignores repeated words. Inherited from OptionsSpellingBase.
IgnoreUpperCaseWordsGets or sets whether the spell checker ignores words in which all letters are uppercase. Inherited from OptionsSpellingBase.
IgnoreUriGets or sets whether the spell checker ignores strings which can be qualified as Uniform Resource Identifiers (URI). Inherited from OptionsSpellingBase.
IgnoreUrlsObsolete. Gets or sets whether the spell checker ignores the URLs in text. Inherited from OptionsSpellingBase.
IgnoreWordsWithNumbersGets or sets whether the spell checker ignores words that contain numbers. Inherited from OptionsSpellingBase.

See Also

OptionsSpelling Class

OptionsSpelling Members

DevExpress.XtraSpellChecker Namespace