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

SpellCheckerCustomDictionary Constructors

Represents a custom dictionary of the spell checker.
Name Parameters Description
SpellCheckerCustomDictionary() none Initializes a new instance of the SpellCheckerCustomDictionary class with the default settings.
SpellCheckerCustomDictionary(String, CultureInfo) dictionaryPath, culture Initializes a new instance of the SpellCheckerCustomDictionary class with the specified settings.
See Also