Back to Devexpress

SpellChecker Properties

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

latest6.2 KB
Original Source

SpellChecker Properties

The component that allows you to add Microsoft Office style spell checking capabilities into your application.

NameDescription
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
ChangeAllListProvides access to the list of words and their counterparts that replace them on every occurrence. Inherited from SpellCheckerBase.
CheckAsYouTypeOptionsProvides access to the options used to visually indicate misspelled words and customize the context menu, invoked by right-clicking the word.
ContainerGets the IContainer that contains the Component. Inherited from Component.
CultureGets or sets the culture-specific settings of the spell checker. Inherited from SpellCheckerBase.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
DictionariesObtains a collection of dictionaries.
DictionaryHelperProvides access to the object which facilitates dictionary operations. Inherited from SpellCheckerBase.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
FormsManagerProvides access to the object that manages the spelling forms for user interaction.
IgnoreListProvides access to a list of ignored words. Inherited from SpellCheckerBase.
LevenshteinDistanceGets or sets the parameter used to measure the proximity of words to be included in a suggestion collection. Inherited from SpellCheckerBase.
LoadOnDemandGets or sets whether the dictionary is not loaded until the spell checker language has matched the dictionary language. Inherited from SpellCheckerBase.
LookAndFeelProvides access to the settings which control the SpellChecker look and feel appearance.
OptionsSpellingProvides access to the spelling options set for the spell checker instance.
ParentContainerGets or sets the control, representing the parent container for the XtraSpellChecker instance.
SiteGets or sets the ISite of the Component. Inherited from Component.
SpellCheckModeGets or sets the XtraSpellChecker’s operation mode.
SpellingFormTypeGets or sets the type of form that is shown when a possible misspelled word is found. Inherited from SpellCheckerBase.
SuggestionSearchTimeOutGets or sets the timeout for calculating suggestions. Inherited from SpellCheckerBase.
UseSharedDictionariesSpecifies whether the spell checker should use the shared dictionaries collection in a word search. For WinForms Spell Checker only. Inherited from SpellCheckerBase.

See Also

SpellChecker Class

SpellChecker Members

DevExpress.XtraSpellChecker Namespace