Skip to main content

SpellCheckerISpellDictionary Constructors

Represents an XtraSpellChecker dictionary originated from a dictionary in the ISpell format.
Name Parameters Description
SpellCheckerISpellDictionary() none Initializes a new instance of the SpellCheckerISpellDictionary class with the default settings.
SpellCheckerISpellDictionary(String, String, CultureInfo) dictionaryPath, grammarPath, culture Initializes a new instance of the SpellCheckerISpellDictionary class with the specified settings.
See Also