Skip to main content

SpellCheckerBase Properties
Show Inherited Hide Inherited

Represents the base class for the SpellChecker component.
Name Description
CanRaiseEvents protected Gets a value indicating whether the component can raise an event. Inherited from Component.
ChangeAllList Provides access to the list of words and their counterparts that replace them on every occurrence.
Container Gets the IContainer that contains the Component. Inherited from Component.
Culture Gets or sets the culture-specific settings of the spell checker.
DesignMode protected Gets a value that indicates whether the Component is currently in design mode. Inherited from Component.
Dictionaries Provides access to the spell checker dictionaries collection.
DictionaryHelper Provides access to the object which facilitates dictionary operations.
Events protected Gets the list of event handlers that are attached to this Component. Inherited from Component.
IgnoreList Provides access to a list of ignored words.
LevenshteinDistance Gets or sets the parameter used to measure the proximity of words to be included in a suggestion collection.
LoadOnDemand Gets or sets whether the dictionary is not loaded until the spell checker language has matched the dictionary language.
OptionsSpelling Provides access to the spelling options set for the SpellCheckerBase instance.
Site Gets or sets the ISite of the Component. Inherited from Component.
SpellingFormType Gets or sets the type of the form to be shown when a probable misspelled word is found.
SuggestionSearchTimeOut Gets or sets the timeout for calculating suggestions.
UseSharedDictionaries Not in use for DXRichEdit.
See Also