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(SerializationInfo, StreamingContext) | info, context | Initializes a new instance of the SpellCheckerCustomDictionary class with specified settings. |
| SpellCheckerCustomDictionary(String, CultureInfo) | dictionaryPath, culture | Initializes a new instance of the SpellCheckerCustomDictionary class with the specified settings. |
See Also