Skip to main content
A newer version of this page is available. .

SpellCheckerDictionary Constructors

Represents a dictionary used by the XtraSpellChecker engine.
Name Parameters Description
SpellCheckerDictionary() none Initializes a new instance of the SpellCheckerDictionary class with the default settings.
SpellCheckerDictionary(String, CultureInfo) dictionaryPath, culture Initializes a new instance of the SpellCheckerDictionary class with the specified settings.
See Also