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